-
Notifications
You must be signed in to change notification settings - Fork 51
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
New instalation not working #55
Comments
It's still not working with Android and an example app created using Ignite on Android. I believe the problem is that MainActivity.java has been "substituted" by MainApplication.java. When following the Readme, the content expected to be in MainActivity is not in MainActivity but in MainApplication. So the only option is fill that part in MainApplication. |
@iesteban did you make it work? You're right, there are some things to be corrected or added in Readme. Check these things here: https://fabric.io/kits/android/digits/install Remember that you must create Twitter app and provide its details to above instructions page, which will generate the rest of code and key/secret. |
@brascene thanks! You can browse the code here: https://github.com/Semillas/SemillasReactNative/tree/digits-reloaded Regarding to the https://fabric.io/kits/android/digits/install steps, the part of MainActivity.java ... I really don't know where to put it, since in my code I don't have the method onCreate , check out. I created that application from https://infinite.red/ignite |
@iesteban OK, so:
That should do it :) In order to get all keys and secret you have to create an Twitter application. Use those app's details to generate Twitter key/secret for MainActivity.java. To get fabric key for Mainfest.xml file, you need to be registered on Fabric. |
Thanks a lot! Yes, I have all the keys, just removed them in order to push to github. I think i'll try it later today. I'll let you know. Best! |
Seems I'm getting over and over the exact same problem:
Don't know if there is something basic I'm not doing. Thanks a lot!!!! |
Commit your changes so I can check |
Sure: Semillas/SemillasReactNative@5909cb5 There they are. Thanks you!! |
Hey all, I implemented every change you suggested @brascene, thank you so much. My problem got also solved with this change: Now it's compiling. |
I just followed the React Native getting started section (code on https://github.com/Semillas/semillas_react_native)
I followed the this repo's README and it's not working. This is the resulting code. And this is the diff of what I add for using react-native-fabric-digits.
The error I'm getting when running react-native run-android is the following:
Cheers!
The text was updated successfully, but these errors were encountered: