shimohq / react-native-prompt-android

A polyfill library for Alert.prompt on Android platform, working both on Android and iOS platform.
MIT License
129 stars 74 forks source link

add style, to readme. and also added the properties i just added of h… #31

Open Noitidart opened 6 years ago

Noitidart commented 6 years ago

…ighlightColor, placeholderColor, color, and disableFullScreenUI

Noitidart commented 6 years ago

Just added buttonColor option to change color of buttons. And also added cust to style so can change udnerline color, cursor color, and handle color. I also added to the readme on how to use this.

Noitidart commented 6 years ago

Fixes #25 (prop of disableFullscreenUI is added, and also in both cases (disableFullscreenUI true/false) the keyboard works) and survives orientation changes.

Noitidart commented 6 years ago

@greedbell this is ready to merge, may you please review.

Noitidart commented 6 years ago

Added android-with-options screenshot to readme.

jeanregisser commented 6 years ago

Tried your latest changes @Noitidart this works great! 👍

Noitidart commented 6 years ago

Super cool thanks @jeanregisser! :) I also learned a bunch thanks to you!

Noitidart commented 6 years ago

Bum, is there anything I need to do to get this accepted?