We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d5bdd commit fc926f1Copy full SHA for fc926f1
packages/react-native-contentpass-ui/src/components/buildFirstLayerUrl.ts
@@ -1,7 +1,8 @@
1
+import packageJson from '../../package.json';
2
+
3
const THEME = 'classic-app';
4
-// FIXME pass something from this SDK?
-const SDK_VERSION = '20260203105802-ef26e7d899';
5
+const SDK_VERSION = `react-native-contentpass-ui@${packageJson.version}`;
6
7
export default function buildFirstLayerUrl({
8
baseUrl,
0 commit comments