Jojo Narte

Results 27 comments of Jojo Narte

/** - Sample React Native App - https://github.com/facebook/react-native */ 'use strict'; var React = require('react-native'); var db = require('./models/User'); var JobOrderDB = require('./models/JobOrder'); var JobOrderStatDB = require('./models/JobOrderStatusLookup'); var Login =...

Yup I already did that yesterday. :'( On 18 January 2016 at 20:02, Howard Yang [email protected] wrote: > Hmmm... It seems it's not related. > Can you try generating signed...

Any idea how to fix this? com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Users\jojonarte\AppData\Local\Android\sdk\build-tools\23.0.2\aapt.exe'' finished with non-zero exit value 1 On 18 January 2016 at 20:19, Howard Yang [email protected] wrote: > Can you...

The error still persists :( On 18 January 2016 at 22:21, Howard Yang [email protected] wrote: > Please try cleaning the project > > cd android > ./gradlew clean > >...

The demo project doesn't crash as you are using a custom java wrapper which is a service, and you handle all your notifications there. I think the bridge on React...

Should I use System notification module as you did there? On 19 January 2016 at 15:47, Howard Yang [email protected] wrote: > In demo project, when the app is killed, we...

I would also love to see the tutorial :(