question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Detaching Expokit not giving Libraries for IOS

See original GitHub issue

Environment

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

  1. Use simple react-native app created by expo
  2. exp detach
  3. react-native link
  4. I tried pod install in ios folder
  5. 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:closed
  • Created 5 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
mikeyyyzhaocommented, Mar 17, 2019

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

0reactions
danial24commented, Apr 16, 2019

+1

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found