Joseph O'Shea

Tagged “react-native”

  1. Fixing 'incompatible device' error in xcode when creating a new simulator
    When attempting to create a new simulator, xcode gives the vague error "incompatible device" - here is how to solve it
  2. Inspecting the contents of AsyncStorage files on Mac
    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.
  3. Correcting my mental model of Cocoapods - the contents of Pods/ does matter!
    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.