You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,13 @@ Useful for:
25
25
26
26
You can [view the demo on heroku](https://guarded-coast-67601.herokuapp.com/). Below are steps to deploy your own.
27
27
28
-
Coming soon: a [React Native](https://facebook.github.io/react-native/) application built with [Expo](https://expo.io) that communicates to an API served from here.
28
+
#### Also on React Native
29
29
30
+
I also built a [React Native](https://facebook.github.io/react-native/) application with [Expo](https://expo.io) so that I could have an iOS, Android, and Web Application in 100% JavaScript.
30
31
32
+
- Open it with [Expo Client](https://expo.io/@jimmylee/expo-next-postgres).
33
+
- Get [Expo Client](https://expo.io/tools) if you need it.
34
+
- View and take the [source code](https://github.com/jimmylee/expo-next-postgres) on GitHub.
31
35
32
36
## Prerequisites
33
37
@@ -36,7 +40,6 @@ Coming soon: a [React Native](https://facebook.github.io/react-native/) applicat
Copy file name to clipboardExpand all lines: pages/index.js
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -55,13 +55,33 @@ class Index extends React.Component {
55
55
next-postgres
56
56
</h1>
57
57
<pclassName="paragraph">
58
-
You are using an example of a React + NextJS + Postgres website. For more details about how you can clone and deploy your own, visit
58
+
You are using an example of a React + NextJS + Postgres website. It is 💯 percent JavaScript. For more details about how you can clone and deploy your own, visit
59
59
{' '}
60
60
<a
61
61
className="link"
62
62
target="blank"
63
63
href="https://github.com/jimmylee/next-postgres">
64
-
this GitHub repository
64
+
next-postgres on GitHub
65
+
</a>
66
+
.
67
+
</p>
68
+
<pclassName="paragraph">
69
+
There is also a 📱 mobile application powered by <a
0 commit comments