Skip to content

ChernenkoDmitriy/react-native-modal-alert-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-modal-wrapper

npm install --save react-native-modal-alert-wrapper

This package was designed to work with react-native's Modal and Alert components. When working with native components, the screen may be locked when these two components are called.

You don't need to change the code, just replace one component:

Use AlertWrapper insted Alert

    AlertWrapper.alert('title', 'My message', [{ text: 'Ok', onPress: () => { console.log('Ok') }}]);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published