Kristoffer Vang Kofoed

Results 13 comments of Kristoffer Vang Kofoed

Yes, but which props can be used? They refer to stylesheet.js

> Just use another slider. You can try [@sharcoux/slider](https://www.npmjs.com/package/@sharcoux/slider) but anyone will do. That was also my solution. I used https://www.npmjs.com/package/rn-range-slider

Did you solve this? What was your fix?

> If you are lucky enough to find out the solution to this problem, I will be grateful if you tell me what the solution was ;) It looks like...

> In your android-specific options for InAppBrowser.open add `showInRecents: true`. This should fix it. > > ``` > InAppBrowser.open(url, { > // Android Properties > showInRecents: true, > ........ >...

A workaround for me was to add this to app/build.gradle ``` androidTestImplementation "androidx.test.ext:junit:1.1.3" androidTestImplementation "androidx.fragment:fragment-testing:1.4.1" androidTestImplementation "androidx.test:core:1.4.0"

> > A workaround for me was to add this to app/build.gradle > > ``` > > androidTestImplementation "androidx.test.ext:junit:1.1.3" > > androidTestImplementation "androidx.fragment:fragment-testing:1.4.1" > > androidTestImplementation "androidx.test:core:1.4.0" > > ```...

My app still crashes though I added androidXBrowser = "1.5.0" in android/build.gradle file. Do I need to do something else? I'm using "react-native-inappbrowser-reborn": "^3.7.0" "react-native": "0.71.13",