Ben Yee
Ben Yee
Anyone else actively working on the Android port?
Tried reinsatlling openssl and readline but still getting: ``` rbenv install 2.4.0 ruby-build: use openssl from homebrew Downloading ruby-2.4.0.tar.bz2... -> https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.0.tar.bz2 Installing ruby-2.4.0... ruby-build: use readline from homebrew BUILD FAILED...
nevermind, a full laptop restart fixed the issue!
hey @lynndylanhurley, thanks for the awesome repo! I saw that support for react native was coming soon, do you have a feature branch going already?
Got this mostly working with react-native-router-flux v3.30, but could use some tips on how to move the confirm button to the right, currently it renders on the left like this:...
ended up adding some styling to the `TouchableOpacity` in the `renderRightButton` function in `ModalWidget.js` to address the positioning