react-native-theme-control icon indicating copy to clipboard operation
react-native-theme-control copied to clipboard

Natively control react native application theme at runtime and persist it for the next app start.

Results 9 react-native-theme-control issues
Sort by recently updated
recently updated
newest added

Hi @vonovak , I followed the guide [here](https://github.com/vonovak-org/react-native-theme-control/blob/main/docs/install.md#for-rn--071) but could not build and install the iOS app. This is the log: ``` /apps/mobile/node_modules/react-native/Libraries/AppDelegate/RCTAppDelegate.mm:15:9: 'RNThemeControl.h' file not found ``` Other necessary...

Hello, this is by far the best solution I've come across for dealing with theming. I have an issue though on IOS. When I set `UIViewControllerBasedStatusBarAppearance: true` in the expo...

It seems there are some issues with theme switching on android with new arch. This likely originates in the core

Hello, thanks a lot for the work. I get this issue when I try to make a build with the new architecture and useFrameworks = static. ``` ❌ (node_modules/@vonovak/react-native-theme-control/ios/RNThemeControl.h:3:11) 1...

I'm sorry, I don't have the error message handy at the moment but I wanted to at least report this. Not sure if it affects Android.

Native controls meaning: Alert, datetime picker, select, etc. ---- **You can see the repro here:** [Nantris/theme-control-demo](https://github.com/Nantris/theme-control-demo) setThemePreference('dark') is called here: [Nantris/theme-control-demo@master/App.js#L5](https://github.com/Nantris/theme-control-demo/blob/master/App.js#L5) ---- **To build the project you can run:** `eas...

executed from the example directory maybe a preinstall hook would allow changing expo version