From ae6ddec4527745f222818dd0bdab90c10a3991e0 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Tue, 28 Jun 2022 11:24:57 -0700 Subject: [PATCH] Add codesandbox config to examples --- README.md | 2 +- packages/examples/sandbox.config.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 packages/examples/sandbox.config.json diff --git a/README.md b/README.md index c5aee785..74819db8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The [documentation site](https://necolas.github.io/react-native-web/) covers ins ## Example -And here is a simple example to get you started. The [example app](https://cl4xjt.sse.codesandbox.io/) (fork the [codesandbox](https://codesandbox.io/s/github/necolas/react-native-web/tree/master/packages/examples)) includes interactive examples and the [source code](https://github.com/necolas/react-native-web/blob/master/packages/examples) is also available. +And here is a simple example to get you started. The [example app](https://pk4zn6v4o0.sse.codesandbox.io/) (fork the [codesandbox](https://codesandbox.io/s/github/necolas/react-native-web/tree/master/packages/examples)) includes interactive examples and the [source code](https://github.com/necolas/react-native-web/blob/master/packages/examples) is also available. ```js import React from 'react'; diff --git a/packages/examples/sandbox.config.json b/packages/examples/sandbox.config.json new file mode 100644 index 00000000..1802dacb --- /dev/null +++ b/packages/examples/sandbox.config.json @@ -0,0 +1,3 @@ +{ + "node": "16" +}