Posts by Kaio Woen • 36 points
2 posts
-
1
votes1
answer23
viewsA: Type error in Class method, [Ignore this and say the method does not exist]
I assume your route is declared: Route.post('controller', ControllerContact.index) It turns out that when you pass the method index for the callback of the function Route he loses the context, soon…
-
1
votes1
answer116
viewsA: I need to implement a push service Notifications in React Native
Very interesting your problem, and I think you can solve this by scheduling the notifications, so try using the library React-Native-push-notification. More specifically in this dot, where these…