We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df230a commit dcd2d94Copy full SHA for dcd2d94
app/App.tsx
@@ -56,6 +56,9 @@ const App = () => {
56
}
57
58
useEffect(() => {
59
+ // this block fixes an issue when deep-link doesn't work
60
+ // when the app is fully terminated on Android.
61
+ // TODO: review and look for a fix
62
async function getInitialURL() {
63
const url = await Linking.getInitialURL()
64
const logger = bcwContainer.resolve(TOKENS.UTIL_LOGGER)
0 commit comments