Tagged “react-native”
-
xcode
react-native
ios
When attempting to create a new simulator, xcode gives the vague error "incompatible device" - here is how to solve it
-
AsyncStorage
react-native
ios
The internal state of AsyncStorage can be crucial for debugging and testing React Native apps. Peel back the curtain and AsyncStorage is storing json files on your filesystem. Here is how to quickly find them and inspect them directly.
-
cocoapods
react-native
xcode
ios
My mental models was that the content of the Pods/ did not impact the output of `pod install` but I learned that is not correct
See all tags.