Installation Canvas - gewaer/mobile-canvas GitHub Wiki
A simple guideline to step up new projects with Canvas Mobile by Mctekk.
Must Have
local.properties
: the sdk path to compile to android.- Protocolo security to release apps in Android
- Create
.env
to handle vulnerability information - Enable upload key for android release.
Steps
- Clone the repository
[email protected]:Gewaer/mobile-canvas.git
(using SSH) - Use
react-native-rename
to change project name. - Create
Firebase
project to handle social logins 3.1. For IOS, after get ready step up, downloadGoogleServices.plist
and put inside root projectios/
and add to workspace as a references. 3.2. For Android, add to root projectgoogle-services.json
file toandroid/app/
- Use
Cocoapods
to install ios dependenciespod install
inside ios folder. - Create sentry project to tracking errors in dev and prod environment.
- Create project in Facebook App to use in social login 7, Let's coding!