Dani Akash
Dani Akash
# Summary What can I help with? Please keep this clear and concise. # Versions - `next-pwa`: 11.1.0 - `next`: 5.3.1 # How To Reproduce Same issue from - https://stackoverflow.com/questions/65537497/cant-get-new-service-worker-to-activate-using-skip-waiting...
A complete overhaul of the project with new features like - [x] Export data as markdown, html & raw draftjs formats - [x] Typescript Support - [ ] Expo Support...
bump up gradle version numbers to support react native 0.56+ android builds fixes droibit/react-native-custom-tabs#40
New version of react native have increased the `targetSdkVersion`. This needs to be increased in the gradle file otherwise production builds won't work on newer react native projects.
**Describe the bug** I'm trying to use million on Next.js using [babel automatic runtime](https://millionjs.org/docs/tooling/using-jsx#automatic-runtime-recommended) but i'm not able to get the next dev server to start. Getting the following error:...
Latest version of react native requires android apps to use SDK version 26. This pull request contains the bumped up SDK version numbers and tested working on android 7, 8...
The app is showing no dialog boxes for opening files on iPad. But i'm getting success response in the react-native side. The code in `ios/RNFileOpener/RNFileOpener.m` as per the commit https://github.com/kristikristo/react-native-file-opener/commit/89ba83ed63776d51030d8c6d423fa48b22cd5aed...
add "open with" dialogue box in ipad. This contains the fix for commit - https://github.com/kristikristo/react-native-file-opener/commit/89ba83ed63776d51030d8c6d423fa48b22cd5aed CGRectMake in line 14 is not a proper return type. It is a function. hence...
This pull request includes multiple changes to the codebase, primarily focused on enhancing the functionality of the `App`, `Model`, and `Workflow` classes, updating the `package.json` dependencies, and introducing a new...