Skip to content

Commit

Permalink
docs: update outdated Expo SQLite link
Browse files Browse the repository at this point in the history
* update Expo SQLite link

* docs: fix expo-example repo link
  • Loading branch information
cruzach authored and rustamwin committed Aug 7, 2019
1 parent 5e00e81 commit 9930283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/supported-platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ TypeORM is able to on React Native apps using the [react-native-sqlite-storage](

## Expo

TypeORM is able to run on Expo apps using the [Expo SQLite API](https://docs.expo.io/versions/latest/sdk/sqlite.html). For an example how to use TypeORM in Expo see [typeorm/react-native-example](https://github.com/typeorm/react-native-example).
TypeORM is able to run on Expo apps using the [Expo SQLite API](https://docs.expo.io/versions/latest/sdk/sqlite/). For an example how to use TypeORM in Expo see [typeorm/expo-example](https://github.com/typeorm/expo-example).

## NativeScript

Expand Down

0 comments on commit 9930283

Please sign in to comment.