Skip to content

Commit

Permalink
chore: Update to Expo 50 and RN 0.73.
Browse files Browse the repository at this point in the history
  • Loading branch information
yusinto committed Feb 7, 2024
1 parent 6899528 commit 3a35b54
Show file tree
Hide file tree
Showing 3 changed files with 791 additions and 988 deletions.
10 changes: 5 additions & 5 deletions packages/sdk/react-native/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.21.0",
"expo": "~49.0.16",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.7.1",
"expo": "~50.0.6",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native": "0.73.4",
"react-native-dotenv": "^3.4.9"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/detox": "^18.1.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@types/react": "~18.2.14",
"@types/react": "~18.2.55",
"@types/react-native-dotenv": "^0.2.1",
"detox": "^20.14.7",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/react-native/example/src/welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function Welcome() {
<Text>
{flagKey}: {`${flagValue}`}
</Text>
<Text>context: {JSON.stringify(ldc.getContext())}</Text>
<Text>context: {JSON.stringify(ldc.getContext(), null, 2)}</Text>
<TextInput
style={styles.input}
autoCapitalize="none"
Expand Down
Loading

0 comments on commit 3a35b54

Please sign in to comment.