aksonov / aksonov/react-native-router-flux
Context API wrapper around a nested scene
Open
- Dominant language
- JavaScript
- Stars
- 8.9k
- Forks
- 2.1k
- PR merge metrics
- No merged PRs in 30d
Description
Is there any I can wrap a context around a scene in nested scenes of router ?
Example,
```
const App = () => (
);
```
I want to wrap context Provider only around nested scene 'pages'. Is there any I way I can shrink the scope of context to one nested scene in router list ?
Contributor guide
Assessment
This issue has not been assessed yet.