File tree Expand file tree Collapse file tree 2 files changed +1
-35
lines changed
src/components/PhotoEditor Expand file tree Collapse file tree 2 files changed +1
-35
lines changed Original file line number Diff line number Diff line change 164
164
}
165
165
},
166
166
"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" ],
199
168
"ios" : {
200
169
"podName" : " iOSPhotoEditor" ,
201
170
"git" : " https://github.com/prscX/photo-editor" ,
218
187
}
219
188
}
220
189
},
221
- "tvos" : {
222
- "disabled" : true
223
- },
224
190
"pluginDependencies" : null ,
225
191
"version" : " github:AppGyver/react-native-photo-editor#v0.1.2"
226
192
},
File renamed without changes.
You can’t perform that action at this time.
0 commit comments