mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-10 16:56:31 +00:00
1b480a1a58
* ability to edit profile data * ability to update status (we save it internally for now) * ability to change profile picture (from camera or gallery) * enhanced way of storing profile-related data in realm and internal state db Former-commit-id: 91d8ecc4bdf8407bc95b2fe703113bebccbbd885
38 lines
931 B
Plaintext
38 lines
931 B
Plaintext
{
|
|
"name": "StatusIm",
|
|
"interface": "reagent",
|
|
"androidHost": "localhost",
|
|
"modules": [
|
|
"react-native-contacts",
|
|
"react-native-invertible-scroll-view",
|
|
"awesome-phonenumber",
|
|
"realm",
|
|
"react-native-i18n",
|
|
"realm/react-native",
|
|
"react-native-action-button",
|
|
"react-native-vector-icons/Ionicons",
|
|
"react-native-vector-icons/Octicons",
|
|
"react-native-circle-checkbox",
|
|
"react-native-randombytes",
|
|
"dismissKeyboard",
|
|
"react-native-linear-gradient",
|
|
"react-native-android-sms-listener",
|
|
"react-native-status",
|
|
"react-native-camera",
|
|
"react-native-qrcode",
|
|
"react-native-orientation",
|
|
"identicon.js",
|
|
"react-native-fs",
|
|
"react-native-dialogs",
|
|
"react-native-image-resizer",
|
|
"react-native-image-crop-picker"
|
|
],
|
|
"imageDirs": [
|
|
"images"
|
|
],
|
|
"iosHost": "localhost",
|
|
"envRoots": {
|
|
"dev": "env/dev",
|
|
"prod": "env/prod"
|
|
}
|
|
} |