Explorar el Código

update INSTALLING

Daniel Zlotin hace 7 años
padre
commit
626b5f6421
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      INSTALLING.md

+ 1
- 1
INSTALLING.md Ver fichero

@@ -35,6 +35,6 @@ NSURL *jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBun
35 35
 
36 36
 ### Setup Android
37 37
 
38
-Make your Application object extend from `NavigationApplication` and implement `isDebug` as `BuildConfig.DEBUG`
38
+Make your Application object extend from `NavigationApplication` and implement `isDebug` as `{YOUR_PACKAGE_NAME}.BuildConfig.DEBUG`
39 39
 
40 40
 Make your Acitivty extend from `NavigationActivity`