From 11fcf77b461bc1177f5399925a1d93232346ede9 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Mon, 27 Jun 2022 10:28:19 -0700 Subject: [PATCH] Add README link to examples sandbox Link to the example and the forkable codesandbox. Close #2310 Close #2311 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd5d648c..c5aee785 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 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://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. ```js import React from 'react';