Skip to content

Commit fc926f1

Browse files
committed
chore: pass proper version to layer
1 parent f1d5bdd commit fc926f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/react-native-contentpass-ui/src/components/buildFirstLayerUrl.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
import packageJson from '../../package.json';
2+
13
const THEME = 'classic-app';
24

3-
// FIXME pass something from this SDK?
4-
const SDK_VERSION = '20260203105802-ef26e7d899';
5+
const SDK_VERSION = `react-native-contentpass-ui@${packageJson.version}`;
56

67
export default function buildFirstLayerUrl({
78
baseUrl,

0 commit comments

Comments
 (0)