typeorm / react-native-example

Example project to demonstrate TypeORM with React Native.
65 stars 29 forks source link

Cannot retrieve post using postRepository #1

Closed anicolaides closed 5 years ago

anicolaides commented 5 years ago

Hello typeorm team,

The example, out of the box, isn't working as intended; the end result looks like the image attached below.

screen

Any help is greatly appreciated.

anicolaides commented 5 years ago

As it turns out, for anyone experiencing the same issue, SQLite plugin was not linked successfully; click here to read more on how to go about linking it yourself.