Eli Nathan
Eli Nathan
Anyone found a solution to this 3 years later? lol - Using zsh in any other terminal I can cd into directories using `mydir`. - Using Upterm I can only...
> Is anyone working on this? Happy to help to get it working @pcriadoperez it looks like it has been listed as "Unsupported" on here https://isstrapiready.com/ π Not sure if...
The above fix didn't work for me. I had to upgrade to Node 14 to get this working.
Updating react-image-picker to `5.0.1` and reinstalling pods worked for me :) All images uploaded are the expected rotation
@fellenabmb Steps would be: 1. make the changes to that file in node_modules (`node_modules/react-native/ReactCommon/jsc/JSCRuntime.cpp`) 2. run `npx patch-package react-native` 3. Add the following to your package.json scripts ```json "scripts": {...
As @chramos mentioned this is due to the directions API being a web service. You can see a table [here](https://developers.google.com/maps/faq#keysystem) of the restriction options for each service. If you have...
Having the same issue. When any component that imports react-native-image-slider-box is rendered the app crashes with the error: ``` TypeError: undefined is not an object (evaluating '_$$_REQUIRE(_dependencyMap[24], "react-native-image-slider-box").SliderBox') ``` ```...
I think this can currently be overridden by passing `accessible={false}` to the BottomSheet. Accessibility was only just recently added back in to this repo so you may need to update...
@ibnlanre's [answer](https://github.com/strapi/strapi/issues/12493#issuecomment-1044724834) did the trick for me. After trying to import some data, it hit a conflict and stopped the import leaving some IDs in a bad state in the...