Skip to content

Instantly share code, notes, and snippets.

@FreddyPoly
Created June 28, 2019 16:33
Show Gist options
  • Save FreddyPoly/dcd003136f3f8feb1f82a47fc71ecd61 to your computer and use it in GitHub Desktop.
Save FreddyPoly/dcd003136f3f8feb1f82a47fc71ecd61 to your computer and use it in GitHub Desktop.
[REACT NATIVE] Mobx app.tsx Example
...
return (
<Provider rootStore={rootStore} navigationStore={rootStore.navigationStore} apiStore={rootStore.apiStore} {...otherStores}>
<BackButtonHandler canExit={this.canExit}>
<StatefulNavigator />
</BackButtonHandler>
</Provider>
)
}
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment