react-native-simple-modal
react-native-simple-modal copied to clipboard
A simple JavaScript modal component for React Native.
**While using: react-native-simple-modal** **My Code: to just say ok and close** {alertTitle} {alertBody} { this._closeErrorDialog() }} mode="contained" color={colors.pri} style={[styles.alertBtn]}> okay **Getting Error** backend.js:12688 Animated: `useNativeDriver` was not specified. This is...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
This PR is dedicated to eliminate the warnings for native driver prop that appears especially in Windows platform. Also to make sure the `componentWillMount` and `componentWillReceiveProps` to be updated with...
the library is growing in complexity and tests are becoming increasingly relevant.
I'm running into an issue on Android. 1. Open Modal 1. Press hardware back button 1. The modal is now closed 1. Tap to open the modal again 1. Modal...
Here's my code, I wanna fire second modal upon clicking the modal 2. import React from 'react'; import { StyleSheet, Text, TouchableOpacity, View } from 'react-native'; import Modal from 'react-native-simple-modal';...
Is there a way to remove modal readjustment when the keyboard is opened? I have a TextInput in the modal and when the keyboard is opened the whole model readjusts...
Hi, The component has only modalDidOpen and modalDidClose events. Was there any reason to not have modalWillOpen and modalWillClose events? These are useful in some cases. Also, what about adding...
When I run my code before eject, the modal works perfectly, after eject in ios it works fine but for android the modal opens and the buttons on the page...
https://stackoverflow.com/questions/47939888/modal-not-open-in-react-native-android