-
Notifications
You must be signed in to change notification settings - Fork 2
Installation Canvas
Sebastian Perez edited this page May 30, 2019
·
4 revisions
A simple guideline to step up new projects with Canvas Mobile by Mctekk.
-
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.
- 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!