How can we use react-native-v8 only on android and NOT in ios with expo ?
I specified ["react-native-v8", {"android": true, "ios": false}] in app.json but prebuild failed to generate the ios directory:
✔ Would you like to proceed? … yes
✔ Cleared android, ios code
✔ Created native projects | gitignore skipped
✔ Updated package.json and added index.js entry point for iOS and Android
› Installing using npm
> npm install
» android: userInterfaceStyle: Install expo-system-ui in your project to enable this feature.
✔ Config synced
⚠️ Something went wrong running `pod install` in the `ios` directory.
Command `pod install` failed.
└─ Cause: Unable to find a specification for `v8-ios` depended upon by `RNV8`
You have either:
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile.
How can we use react-native-v8 only on android and NOT in ios with expo ? I specified
["react-native-v8", {"android": true, "ios": false}]
in app.json but prebuild failed to generate the ios directory: