Detaching Expokit not giving Libraries for IOS
See original GitHub issueEnvironment
Environment: OS: macOS High Sierra 10.13.6 Node: 9.4.0 Yarn: 1.7.0 npm: 5.6.0 Watchman: 4.9.0 Xcode: Xcode 9.4.1 Build version 9F2000 Android Studio: 3.1 AI-173.4697961
Packages: (wanted => installed) expo: ^27.0.0 => 27.1.0 react: 16.3.1 => 16.3.1 react-native: https://github.com/expo/react-native/archive/sdk-27.0.0.tar.gz => 0.55.2
Steps to Reproduce
- Use simple react-native app created by expo
exp detach
react-native link
- I tried
pod install
in ios folder - Still No Libraries folder found! ?
Expected Behavior
It should generate ios folder with all the Libraries of RN
Actual Behavior
It is not generating any of that folders.
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
ExpoKit might not be so scary - Expo Blog
Expo are fully aware that people want more native libraries but it isn't sustainable to bring every API into the ecosystem. They are...
Read more >Detaching Expo Apps to ExpoKit: Concepts - Code
ExpoKit is an Objective-C and Java library that allows you to use the Expo platform within a standard React Native project.
Read more >Couldn't build the ios release after detach ExpoKit
I've recently created a React Native app and have used Expo Camera api. My project was build via Create-React-Native-App. I wanted to create ......
Read more >Debugging common React Native issues on iOS - Pusher Blog
For those unaware, ExpoKit is an Objective-C and Java library that allows you to use Expo's APIs within a native Android or iOS...
Read more >Time to Start Using Expo's Bare Workflow. ExpoKit is Now ...
We introduced the Bare workflow in 2019 to give developers ... Then, delete those iOS and Android directories, and remove any fields from ......
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 Free
Top 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
My project used to use expo but we ejected(because of Stripe). Now we’re trying to use react-native-notifications but in the installation instructions, it says to manually link the RCTPushNotification into Libraries which still does not exist in our project. Is there any way to create it? I saw some posts sayings “react-native link” will solve the issue but that hasn’t created the libraries group inside
+1