-
Notifications
You must be signed in to change notification settings - Fork 92
improve README for getting started #66
Comments
I think it is a must to document the format of the dotenv file. also I tried to build Cabin for android and it is basically not working. Firtsly I had to upgrade to 25 build tools, since some of the react-native components required it for the latest version Then, I kept getting a crash based in (i think) multidex being disable: In general, it seems really hard to duplicate a working build environment for the project following the read me. Crash is:
09-06 12:13:10.670 14144-14144/com.skippbox.cabin E/AndroidRuntime: FATAL EXCEPTION: main |
@vtuson Most of the android build issues should be fixed with #67 , I started the project from scratch to see pain points, make sure to follow the steps on the React Native Get started guide (I added a link in the readme, can't really copy every information...) |
Thanks, I have tried the pr and it builds fine, but it is not running for me. |
Currently the readme is very minimal and does not show all the steps and dependencies to be able to get going with the project.
We should document things better.
The text was updated successfully, but these errors were encountered: