Vijay Chouhan
Vijay Chouhan
# Summary ## Test Plan ### What's required for testing (prerequisites)? ### What are the steps to reproduce (after prerequisites)? ## Compatibility | OS | Implemented | | ------- |...
Added missing comment, this is required to add in MainActivity.java, otherwise throwing an error /MainActivity.java:28: error: cannot find symbol SendSMSPackage.getInstance().onActivityResult(requestCode, resultCode, data); ^ symbol: variable SendSMSPackage location: class MainActivity 1...
# Bug ## Environment info | Library | Version | | ------------------------------- | ------- | | @gorhom/bottom-sheet | 4.6.0 | | react-native | 0.73.2 | | react-native-reanimated | 3.6.1 |...
# Bug ## Environment info | Library | Version | | ------------------------------- | ------- | | @gorhom/bottom-sheet | 4.6.0 | | react-native | 0.73.2 | | react-native-reanimated | 3.6.1 |...
I need some more fields on Signup form but I could not see a doc to add extra field on signup form. Ex: I need add first_name and last_name, address...
I want that after signup user should be logout should not be logged in. I saw isSignedUp: true on redux store after signup.
I can see this is very old lib and has not been updated for a long time. so is this useful to use with react-native > 0.64 . Can we...
### Platforms affected ### What does this PR do? ### What testing has been done on this change? ### Tested features checklist - [ ] Default setup ([example](https://github.com/meliorence/react-native-snap-carousel/blob/master/example/src/index.js#L46-L87)) - [...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Explain what you did I have used import {Dialog} from '@rneui/themed'; and Used...