Day: January 9, 2026

  • Tips for building a React Native app on iOS Simulator

    Some things I had to do to get my react native app running on iOS simulator: If there is a boost error during ‘pod install’ go to node_modules/react-native/third-party-podspecs/boost.podspec There change spec.source to If you get flipper errors trying to build, go to ios/Podfile Change flipper_config to and comment out this line: Apparently it’s not needed…