Célio Garcia

Results 53 comments of Célio Garcia

@atifaziz1 and @VitalieStirbu add this `import android.app.NotificationManager;`. By the way, notifications doesn't work. I'm using the sample code described on readme and got nothing. Any help?

@wumke , can you provide a functional example?

Here is my code: index.js ``` import RNLocalNotifications from 'react-native-local-notifications'; ... componentDidMount() { RNLocalNotifications.createNotification(1, 'Some text', '2017-01-02 12:30', 'default'); } ``` I followed the doc installation ... Maybe I missed...

Does it will only works if I add 5 minutrd on time? Because I add 2 minutes and didn't work. Now I'm waiting for next 5 minutes added ..

On emulator seems it doesn't trigger the notifications but in real device, the app crashs. I cannot to see logcat because my android studio is drives me crazy...

After strugglying for couple hours and nothing, I decide to switch to [react-native-push-notification](https://github.com/zo0r/react-native-push-notification), its working perfectly. @wumke thanks for your time.

@jorgegvallejo, noup. I gave up to implement this feature, unfortunately