sircEUNHO

Results 2 issues of sircEUNHO

I almost did everything, and i cant find solutions to my problem. I am testing and building my application on android api 19. It doesn't open after building it, after...

![screenshot_2017-08-31-00-42-34](https://user-images.githubusercontent.com/30286632/29887175-2a70fc16-8def-11e7-8c17-c83039e7071b.png) I'm new to react native, i coded it like this: ```js BackgroundJob.register({ jobKey: "userNotif", job: async () => { try { const value = await AsyncStorage.getItem(USER_DATA); if (value !==...