Posts by Cássio Santos • 41 points
2 posts
-
1
votes1
answer3253
viewsA: How to use Backhandler (React-Native)?
I believe the error is in the location where you overwritten the componentWillMount() and componentWillUnmount functions() The correct structure should be something like: import React, { Component }…
react-nativeanswered Cássio Santos 41 -
0
votes2
answers1561
viewsA: How to return scene with mobile button
I may be wrong but I believe that Navigator already does it automatically. By clicking the back button of the phone it shows the previous scene navigator.pop() What may be happening is that your…
react-nativeanswered Cássio Santos 41