Created
June 28, 2019 16:33
-
-
Save FreddyPoly/dcd003136f3f8feb1f82a47fc71ecd61 to your computer and use it in GitHub Desktop.
[REACT NATIVE] Mobx app.tsx Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
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