You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/mobile/react-native/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -727,8 +727,8 @@ The React Native 2.0 library is compliant with Google Play Store policies. Howev
727
727
### Can I set inlineRequires to false in my metro.config.js file?
728
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
729
730
-
### Can I clear usertriats without calling the reset() method?
731
-
The set method on userInfo can accept a function that receives the current state and returns a modified desired state. Using this method, you can return thecurrnet traits, delete any traits you no longer wish to track, andpersit the new trait set.
730
+
### Can I clear usertraits without calling the reset() method?
731
+
The set method on userInfo can accept a function that receives the current state and returns a modified desired state. Using this method, you can return thecurrent traits, delete any traits you no longer wish to track, andpersist the new trait set.