Jason Rice

Results 25 comments of Jason Rice

@ThongCH @nijarv actually it's fairly straightforward. On iPhone go to your `Info.plist` and add this to disable dark colors: ``` UIUserInterfaceStyle Light ```

For Android under `styles.xml` the following works: ``` ```

@orangedigital-dev this is important and will allow future developers to extend the styling. I attempted the following: ``` import * as React from 'react' import { Box } from '@chakra-ui/react'...

@Novsochetra please oh please oh please oh please review and merge. Thank you. πŸ™ I really want to use your software but really need this bug resolved. Thank you.

> @bitttttten thanks for the files. > > if you run the build command on your machine do you get any error? > > ``` > npm run build >...