react-native-wordpress-editor
Version:
React Native Wrapper for WordPress Rich Text Editor. The WordPress-Editor is the text editor used in the official WordPress mobile apps to create and edit pages & posts
23 lines (17 loc) • 921 B
text/xml
<!--
This file is part of the react-native-wordpress-editor project.
Copyright (C) 2016 Wix.com Ltd
react-native-wordpress-editor is free software: you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 2 of the License.
react-native-wordpress-editor is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.
You should have received a copy of the GNU General Public License along
with react-native-wordpress-editor. If not, see <http://www.gnu.org/licenses/>
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.wix.RNWordpressEditor">
<uses-permission android:name="android.permission.CAMERA" />
</manifest>