Mateusz Rostkowski

Results 8 comments of Mateusz Rostkowski

@kurdin I've had issue with applying your patch, this is my version: File name: `/patches/axios+0.27.2.patch` ```patch diff --git a/node_modules/axios/lib/adapters/xhr.js b/node_modules/axios/lib/adapters/xhr.js index 76d7e7a..900964c 100644 --- a/node_modules/axios/lib/adapters/xhr.js +++ b/node_modules/axios/lib/adapters/xhr.js @@ -80,7 +80,7...

If you are looking for Google calendar solution, I found that you can do it in 2 ways: 1. Add event from website - https://stackoverflow.com/questions/6204398/google-calendar-event-buttons-mobile-version 2. Add event using deep...

@kadiraydinli Hi, I dropped this solution to some another one Currently I'm using [react-native-calendar-events](https://github.com/wmcmahan/react-native-calendar-events), and this package is looking for all calendars that are installed on user phone. I was...

I have this issue in managed workflow, I think I can't update expo to 46.0.7 or higher, do you guys know about some workaround for that?

Hey guys, I've created temporary patch for this issue: File: `/patches/native-base+3.4.16.patch` ```patch diff --git a/node_modules/native-base/lib/commonjs/core/color-mode/hooks.js b/node_modules/native-base/lib/commonjs/core/color-mode/hooks.js index 8e28efe..68490c8 100644 --- a/node_modules/native-base/lib/commonjs/core/color-mode/hooks.js +++ b/node_modules/native-base/lib/commonjs/core/color-mode/hooks.js @@ -45,9 +45,9 @@ const useAppState =...

> Hey all, it may be easier to create a patch file. That way you don't need to change all the calls from `router.navigate` to `navigation.navigate`: > > ``` >...

@dakshshah96 it should work better when you add `keyboardVerticalOffset={100}` to the Screen component