Skip to content

Commit 3d2de9b

Browse files
author
jimmylee
committed
Updates readme and copy
1 parent fe7529a commit 3d2de9b

File tree

2 files changed

+27
-4
lines changed

2 files changed

+27
-4
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@ Useful for:
2525

2626
You can [view the demo on heroku](https://guarded-coast-67601.herokuapp.com/). Below are steps to deploy your own.
2727

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
2929

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.
3031

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.
3135

3236
## Prerequisites
3337

@@ -36,7 +40,6 @@ Coming soon: a [React Native](https://facebook.github.io/react-native/) applicat
3640
- Install [Node 6+](https://nodejs.org/en/): `brew install node`.
3741

3842

39-
4043
## Quick newbies guide to Postgres
4144

4245
- On OSX, to run Postgres:

pages/index.js

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,33 @@ class Index extends React.Component {
5555
next-postgres
5656
</h1>
5757
<p className="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
5959
{' '}
6060
<a
6161
className="link"
6262
target="blank"
6363
href="https://github.com/jimmylee/next-postgres">
64-
this GitHub repository
64+
next-postgres on GitHub
65+
</a>
66+
.
67+
</p>
68+
<p className="paragraph">
69+
There is also a 📱 mobile application powered by <a
70+
className="link"
71+
target="blank"
72+
href="https://expo.io">
73+
Expo
74+
</a>. You can open the project <a
75+
className="link"
76+
target="blank"
77+
href="https://expo.io/@jimmylee/expo-next-postgres">
78+
here
79+
</a>. To see the source code that project,{' '}
80+
<a
81+
className="link"
82+
target="blank"
83+
href="https://github.com/jimmylee/expo-next-postgres">
84+
view expo-next-postgres on GitHub
6585
</a>
6686
.
6787
</p>

0 commit comments

Comments
 (0)