Stratejia / react-native-example

React-Native example, using TypeScript, styled-components and expo
https://stratejia.github.io/react-native-example/
MIT License
0 stars 0 forks source link

Install app on real Android device #10

Closed fabien-roy closed 2 years ago

fabien-roy commented 2 years ago

Currently not able to install a simple .apk. I'll look into it.

fabien-roy commented 2 years ago

Look at https://github.com/JStrategia/react-native-nfc-poc/issues/15

It might be caused by the way we use styled-components.

froy-at-stratejia commented 2 years ago

Reopening. I was able to build a .apk and install it, but the app crashes on start.

We reach the cat facts screen so that's good. That probably means styling works and doesn't cause issues.

Problem is most likely associated to internet data from cat facts. Maybe we're missing a react-query config.