Skip to content

Commit ca83be5

Browse files
authored
Merge pull request #5352 from segmentio/niall/rn_inline
Remove FAQ file and update faqs for React Native
2 parents 026e39c + f98e66e commit ca83be5

File tree

2 files changed

+3
-52
lines changed

2 files changed

+3
-52
lines changed

src/connections/sources/catalog/libraries/mobile/react-native/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,5 +724,8 @@ segmentClient.add({ plugin: new AddToContextPlugin() });
724724
### I've upgraded to React Native 2.0, but I am still getting warnings in the Google Play Store that my app is not compliant. Why is this?
725725
The React Native 2.0 library is compliant with Google Play Store policies. However, Segment recommends that you check to see if there are any old and inactive [tracks on the Google Play Store](https://developers.google.com/android-publisher/tracks){:target="_blank"} that are not updated to the latest build. If this is the case, we recommend updating those tracks to resolve the issue.
726726
727+
### Can I set inlineRequires to false in my metro.config.js file?
728+
Segment requires the `inlineRequires` value in your `metro.config.js` value to be set to `true`. To disable `inlineRequires` for certain modules, you can specify this by using a [blockList](https://facebook.github.io/metro/docs/configuration/#:~:text=If%20inlineRequires%20is%20an%20object){:target="_blank"}.
729+
727730
## Changelog
728731
[View the Analytics React Native changelog on GitHub](https://github.com/segmentio/analytics-react-native/releases){:target="_blank"}.

src/connections/sources/catalog/libraries/mobile/react-native/react-faqs.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)