Kevin

Results 5 comments of Kevin

@fagerbua 's solution worked for me!! And I prefer it to @rankun203 's answer, as dealing with changing react-native's version especially when you are so far into the project, can...

I'm also having the same issue. I think I'm gonna go for the approach of returning the Cookie as a string in part and parcel of the response string/json.

After linking the rnpm, you need to reload the whole app. I noticed that when you perform any linking that writes to your java classes, you might need to reload...

Yes you can do that if you would like to.

Your original frontend of /app/views/ should be running from your default port e.g. 8080. So if you have an index.scala.html view, it should be rendering on that port. And your...