Open shercoder opened 8 years ago
+1
@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 package.json
of your project:
...
"dependencies": {
"react-native-segmented-android": "github:shercoder/react-native-segmented-android#d1ac24b",
}
Then run npm install
. :-)
+1 still doesn't work for me. any updates on this?
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: