refactor: remove native example

This commit is contained in:
Satyajit Sahoo
2020-01-01 17:23:58 +01:00
parent 9dd1e31e3b
commit c2570f3f55
42 changed files with 2 additions and 1934 deletions

View File

@@ -4,9 +4,8 @@
"private": true,
"scripts": {
"start": "expo start",
"native": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios"
"android": "expo android",
"ios": "expo ios"
},
"dependencies": {
"@react-native-community/masked-view": "0.1.5",