Skip to content

Commit 8dc1ee1

Browse files
hide react-native-photo-editor for android-based platforms
1 parent f520b07 commit 8dc1ee1

File tree

2 files changed

+1
-35
lines changed

2 files changed

+1
-35
lines changed

packages/app-harness/renative.json

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -164,38 +164,7 @@
164164
}
165165
},
166166
"react-native-photo-editor": {
167-
"android": {
168-
"templateAndroid": {
169-
"AndroidManifest_xml": {
170-
"tag": "manifest",
171-
"children": [
172-
{
173-
"tag": "uses-permission ",
174-
"android:name": "android.permission.WRITE_EXTERNAL_STORAGE",
175-
"children": []
176-
},
177-
{
178-
"tag": "application",
179-
"android:name": ".MainApplication",
180-
"children": [
181-
{
182-
"tag": "activity",
183-
"android:name": "com.ahmedadeltito.photoeditor.PhotoEditorActivity",
184-
"children": []
185-
}
186-
]
187-
}
188-
]
189-
}
190-
},
191-
"package": "ui.photoeditor.RNPhotoEditorPackage"
192-
},
193-
"androidtv": {
194-
"package": "ui.photoeditor.RNPhotoEditorPackage"
195-
},
196-
"firetv": {
197-
"package": "ui.photoeditor.RNPhotoEditorPackage"
198-
},
167+
"supportedPlatforms": ["ios"],
199168
"ios": {
200169
"podName": "iOSPhotoEditor",
201170
"git": "https://github.com/prscX/photo-editor",
@@ -218,9 +187,6 @@
218187
}
219188
}
220189
},
221-
"tvos": {
222-
"disabled": true
223-
},
224190
"pluginDependencies": null,
225191
"version": "github:AppGyver/react-native-photo-editor#v0.1.2"
226192
},
File renamed without changes.

0 commit comments

Comments
 (0)