< 2h
Le but ici est de créer et manipuler des objets via une application. Vous enverrez par mail tout le projet zippé à Edouard.Chusseau@y-nov.com ET remi.santos@y-nov.com avec comme sujet : [APPLE - Test]. Bonne courage à tous !
— — — — — — — —
< 2h
Le but ici est de créer et manipuler des objets via une application. Vous enverrez par mail tout le projet zippé à Edouard.Chusseau@y-nov.com ET remi.santos@y-nov.com avec comme sujet : [APPLE - Test]. Bonne courage à tous !
— — — — — — — —
| ### Keybase proof | |
| I hereby claim: | |
| * I am kemcake on github. | |
| * I am kemcake (https://keybase.io/kemcake) on keybase. | |
| * I have a public key whose fingerprint is B515 6AA1 0CB4 98CB 9686 5892 0ACC 1D6B C9B2 8302 | |
| To claim this, I am signing this object: |
| // | |
| // RCTUIManager+Swift.h | |
| // RCTUIManager+Swift | |
| // | |
| // Created by Remi Santos on 30/06/15. | |
| // Copyright © 2015 Facebook. All rights reserved. | |
| // | |
| #import "RCTUIManager.h" | |
| #import "RCTSParseArray.h" |
| apply plugin: "com.android.application" | |
| import com.android.build.OutputFile | |
| /** | |
| * The react.gradle file registers a task for each build variant (e.g. bundleDebugJsAndAssets | |
| * and bundleReleaseJsAndAssets). | |
| * These basically call `react-native bundle` with the correct arguments during the Android build | |
| * cycle. By default, bundleDebugJsAndAssets is skipped, as in debug/dev mode we prefer to load the | |
| * bundle directly from the development server. Below you can see all the possible configurations |