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

Is this library work for iOS? #29

Open
miedzikd opened this issue Mar 7, 2020 · 3 comments
Open

Is this library work for iOS? #29

miedzikd opened this issue Mar 7, 2020 · 3 comments

Comments

@miedzikd
Copy link

miedzikd commented Mar 7, 2020

Hello :)
Thanks for amazing work! Im very happy to use this library... works perfectly on android... but... on iOS only empty place is inserted... I see nothing there....

Maybe this is related to this:
I followed this directions to install this library:

npm i react-native-svg-animated-linear-gradient --save
npm i react-native-svg
react-native link react-native-svg

but last command return:

react-native: command not found

I made small research and found that:
https://stackoverflow.com/questions/44977693/react-native-link-using-expo

@cristianmiranda
Copy link

What version of react are you using? Autolinking should take care of it, I guess you can try skipping that step.
https://github.com/react-native-community/cli/blob/master/docs/autolinking.md

@miedzikd
Copy link
Author

I using React "16.9.0" with Expo "^36.0.0"

@cristianmiranda
Copy link

Have you tried skipping that command? I'd do this just in case:

npm i -s react-native-svg-animated-linear-gradient
npm i -s react-native-svg
cd ios && pod install && cd ..

And then run the app on iOS however you've been running it so far.

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