-
Notifications
You must be signed in to change notification settings - Fork 16
This module looking for react-native v1.0.1 #1
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
Comments
+1 |
This was referenced Jan 21, 2016
@melihmucuk I have made a PR fixing the above issue. Meanwhile this is sitting in PR, you are welcome to use my fix from forked repo. Add the following line under dependencies in ...
"dependencies": {
"react-native-segmented-android": "github:shercoder/react-native-segmented-android#d1ac24b",
} Then run |
+1 still doesn't work for me. any updates on this? |
zzyyppqq
pushed a commit
that referenced
this issue
Mar 4, 2016
…rsion Update to correct current version of React Native
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I followed your instructions to install the package but I ran into a problem where the error message is saying that it is expecting
react-native
version to be1.0.1
but the latest on RN is0.17.0
.However, it still ended up installing the package in
node_modules
Then I followed rest of the instructions under
Install
to add it to my projectThen I added the package to my
Activity
After this setup I ran
./gradlew clean --stacktrace
and got the following error:The text was updated successfully, but these errors were encountered: