Skip to content

Commit

Permalink
Bug on IOS
Browse files Browse the repository at this point in the history
  • Loading branch information
EdouardBougon committed Sep 10, 2024
1 parent 90d41d7 commit 68cc897
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/examples/reactNativeSdkDemo/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ const SafeApp = () => {
'https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon.png',
scheme: 'testdapp',
},
// Raplace with your own Infura API key
infuraAPIKey: '***********************',
}}>
<NavigationContainer ref={navigationRef} onReady={handleNavReady}>
<RootNavigator />
Expand Down

0 comments on commit 68cc897

Please sign in to comment.