From 88f3ed317f079a5e3aa62132fe01a365e2151511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Barbet?= Date: Mon, 24 Jun 2019 09:49:10 +0000 Subject: [PATCH] Reuse first expo app for example --- docs/EXAMPLES.md | 2 +- examples/expo/app.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/EXAMPLES.md b/docs/EXAMPLES.md index fb2bb458..4409fe20 100644 --- a/docs/EXAMPLES.md +++ b/docs/EXAMPLES.md @@ -83,4 +83,4 @@ yarn watch:expo

-?> An Expo app is avalaible at the [following link](https://expo.io/@jeremdsgn/modalize-expo). +?> An Expo app is avalaible at the [following link](https://exp.host/@jeremdsgn/react-native-modalize). diff --git a/examples/expo/app.json b/examples/expo/app.json index 9375a42f..2fc296c5 100644 --- a/examples/expo/app.json +++ b/examples/expo/app.json @@ -1,7 +1,7 @@ { "expo": { - "name": "expo-example", - "slug": "expo-example", + "name": "react-native-modalize", + "slug": "react-native-modalize", "privacy": "public", "sdkVersion": "33.0.0", "platforms": [ @@ -27,4 +27,4 @@ "supportsTablet": true } } -} \ No newline at end of file +}