Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

facing this issue #2

Open
appasaheb4 opened this issue Jan 27, 2022 · 5 comments
Open

facing this issue #2

appasaheb4 opened this issue Jan 27, 2022 · 5 comments

Comments

@appasaheb4
Copy link

Screenshot 2022-01-27 at 1 56 45 PM

how to fix?
@markneh
Copy link
Owner

markneh commented Jan 27, 2022

Hi. What version of React Native do you work with? Also, have you installed native module by running npx pod-install?

@appasaheb4
Copy link
Author

Hi. What version of React Native do you work with? Also, have you installed native module by running npx pod-install?

Yes pod install and rn v "react-native": "0.66.4",

@markneh
Copy link
Owner

markneh commented Feb 3, 2022

Screen Shot 2022-02-03 at 14 54 42

Screen Shot 2022-02-03 at 14 54 16

Screen Shot 2022-02-03 at 14 53 40

  1. Can you check if it's really there in Xcode? You need to search it in the project navigator.
  2. Do you use typescript or just basic javascript?

@appasaheb4
Copy link
Author

Screen Shot 2022-02-03 at 14 54 42 Screen Shot 2022-02-03 at 14 54 16 Screen Shot 2022-02-03 at 14 53 40
  1. Can you check if it's really there in Xcode? You need to search it in the project navigator.
  2. Do you use typescript or just basic javascript?
  1. yes available there
  2. yes using typescript

@markneh
Copy link
Owner

markneh commented Feb 12, 2022

Can you console.log this EsimManager? The expected result is on second screenshot.

Screen Shot 2022-02-12 at 19 04 03

Screen Shot 2022-02-12 at 19 04 35

I've tried your particular react native version on a clean project and I can't reproduce your issue. Here's what you can try:

  1. Clone this repo https://github.com/markneh/esim-issue-example
  2. Run yarn (or npm install) in root folder
  3. Run npx pod-install
  4. Open esimtest.xcworkspace in iOS folder
  5. Build project

If you run it on simulator then expected text on the screen is "not supported" as simulators don't support esim functionality. If this still fails you can share your node/npm/yarn/xcode versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants