callstack / callstack/react-native-ios-kit
Recommend Placing Inside ApolloProvider?
Open
discussion
- Dominant language
- JavaScript
- Stars
- 555
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
When there are other providers, does it matter in which order they're placed? Here's the direction I went with my expo app, but I thought others might have this question as well, so maybe the docs should mention this point 🤔
{
{Platform.OS === 'ios' && }
{Platform.OS === 'android' && }
}
Contributor guide
Assessment
This issue has not been assessed yet.