15 |
16 | This is an example Gatsby site build with{' '}
17 |
18 | gatsby-plugin-react-native-web
19 |
20 | , showing how to use existing ReactNative libraries that support RNW to
21 | build a static website.
22 |
23 |
24 | If you want to contribute/modify the examples: {' '}
25 |
26 | it's all there
27 |
28 |
29 |
30 | Note: the fact that a site is static does not mean you can't build highly
31 | interactive things and retrieve dynamic data from apis. See this more
32 | dynamic example:{' '}
33 |
34 | https://gatsby-rnw-todos.netlify.com/
35 |
36 |
37 |
38 | Built by{" "}
39 |
40 | @sebastienlorber
41 |
42 |
43 |
44 | )
45 |
46 | export default IndexPage
47 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "gatsby-plugin-react-native-web",
3 | "version": "3.1.0",
4 | "main": "index.js",
5 | "description": "Adds Unimodule & React Native support to Gatsby",
6 | "keywords": [
7 | "gatsby",
8 | "gatsby-plugin",
9 | "expo",
10 | "expo-web",
11 | "react",
12 | "react-native",
13 | "react-native-web",
14 | "universal",
15 | "unimodule"
16 | ],
17 | "repository": {
18 | "type": "git",
19 | "url": "git+https://github.com/slorber/gatsby-plugin-react-native-web.git"
20 | },
21 | "author": "Sébastien Lorber