I am trying to install react native in my existing ios application since I need to migrate the exsiting application to react native.
I have followed all the steps but getting code
First I have created a simple iOS project then Created a dir in which i created package.json
{
"name": "MyReactNativeApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "yarn react-native start"
}
}
- installed Yarn
- yarn add react-native – added yarn
- yarn add @babel/preset-env && yarn add @babel/core && yarn add [email protected]
I have followed all steps mentioned in react native site
gen error.
Refered sites for implemtation -> https://archive.reactnative.dev/docs/integration-with-existing-apps
https://nishabe.medium.com/how-to-integrate-react-native-code-with-an-existing-ios-app-655c61a65b8c
https://fek.io/blog/how-to-add-react-native-to-an-existing-i-os-app-in-2022/
Still getting this error
My xcode version is 15.3