The user Profile Module is a React Native-based module that allows the user to view other users' profiles and edit its own profile information.
- Ability to get details of a specific user
- Ability to update the user profile
- This module includes environment variables.
- This module requires manual configurations.
- This module can be configured with module options.
- This module requires manual Android setup.
- This module requires manual iOS setup.
No 3rd party account required.
Dependencies used:
- react-native-elements - https://www.npmjs.com/package/react-native-elements
- @react-navigation/native - https://www.npmjs.com/package/@react-navigation/native
Update the options/options.js
file with your app's backend url.
export const globalOptions = {
...
url: "https://my-app.botics.co",
...
}
No local configs required.
No android setup required.
No iOS setup required.