Augustus Costa
Augustus Costa
I used the prop entry with the value 'left'. https://github.com/AugustusCosta/react-native-modalbox
> this.calculateModalPosition(this.state.containerWidth, this.state.containerHeight); Very nice work @prodoxx ! I used your description to make a version that work from left to right with other parts of his lib working like...
@mariano-meitre I start something here https://github.com/AugustusCosta/react-native-modalbox
@ymc-thzi nice work man! For Expo just install and follow config info: https://github.com/expo/react-native-appearance Nice post for how to uptate https://blog.expo.io/expo-sdk-35-is-now-available-beee0dfafbf4 const colorScheme = Appearance.getColorScheme(); `... customStyles={{ datePicker: { backgroundColor: colorScheme...
@GitHubGreg That's exactly what I meant with "For Expo". =]
@wedusa thanks for your solution save a lot of time for me. By the way was the only valid solution that I find.