Unable to install react-native-fbt in expo SDK 45 bare workflow #33797
See original GitHub issueNew Version
0.68.1
Old Version
0.64
Build Target(s)
ios simulator
Output of react-native info
System:
OS: macOS 12.3.1
CPU: (8) arm64 Apple M1
Memory: 102.34 MB / 16.00 GB
Shell: 5.8 - /bin/zsh
Binaries:
Node: 16.13.1 - ~/.nvm/versions/node/v16.13.1/bin/node
Yarn: 1.22.17 - ~/.nvm/versions/node/v16.13.1/bin/yarn
npm: 8.1.2 - ~/.nvm/versions/node/v16.13.1/bin/npm
Watchman: 2021.06.07.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.11.2 - /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.2, iOS 15.2, macOS 12.1, tvOS 15.2, watchOS 8.3
Android SDK: Not Found
IDEs:
Android Studio: 4.2 AI-202.7660.26.42.7486908
Xcode: 13.2.1/13C100 - /usr/bin/xcodebuild
Languages:
Java: 11.0.15 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 17.0.2 => 17.0.2
react-native: 0.68.1 => 0.68.1
react-native-macos: Not Found
npmGlobalPackages:
*react-native*: Not Found
Issue and Reproduction Steps
- Init expo project with bare workflow.
- Run iOS which will be successful
- Install fbt and react-native-fbt as written in docs. Do
npx pod-install
.
Then the build failed with below error.
Currently in react-native-fbt@0.0.7
.
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Unable to install react-native-fbt in expo SDK 45 bare workflow
Unable to install react-native-fbt in expo SDK 45 bare workflow #33797 ... Install fbt and react-native-fbt as written in docs.
Read more >Installation in React Native and bare projects
Learn how to configure development builds for bare React Native projects. The installation steps on this page are only required to add the...
Read more >Expo SDK 45. Today we're announcing the release of…
The bare workflow lets you operate independently of the Expo SDK cycle, updating React Native versions and versions of individual Expo packages whenever...
Read more >Upgrade Expo SDK
Once an SDK version has been deprecated, you will no longer be able to use the Expo Go app. However, you will still...
Read more >Common development errors - Expo Documentation
This applies to the legacy expo-cli package which is no longer used in Expo SDK 46 and greater. Either you do not have...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for reporting this issue @hyochan. I’m looking for help from other devs internally since I’m not involved with the react-native-fbt package.
People who might face the same issue can try install package from https://github.com/hyochan/react-native-fbt as a workaround.