react-native-directed-scrollview icon indicating copy to clipboard operation
react-native-directed-scrollview copied to clipboard

UNMAINTAINED- see below. A natively implemented scrollview component which lets you specify different scroll directions for child content.

Results 22 react-native-directed-scrollview issues
Sort by recently updated
recently updated
newest added

How to use directedScrollView on Android? I tried it on Android platform but have received broken view. https://user-images.githubusercontent.com/32108055/115280648-d3ee5680-a150-11eb-9e46-7697628bca05.mp4 IDEs: Android Studio: Version 4.1.0.0 AI-201.8743.12.41.7199119 Visual Studio: Not Found Languages: Java:...

error:Violation: requireNativeComponent: "DirectedScrollViewChild" was not found in the UIManager. ı did the linking process (react-native link react-native-directed-scrollview) not working and added manuel ios/PodFile ( pod 'react-native-directed-scrollview', :path => '../node_modules/react-native-directed-scrollview/react-native-directed-scrollview.podspec') changed...

First of all thanks to everyone involved in building this great component! When running `react-native link react-native-directed-scrollview` with CocoaPods setup I ran into the following error: "Invariant Violation: requireNativeComponent: “DirectedScrollViewChild”...

Hey, I have built an app using this library. on ios works just fine. but when tried it on android galaxy s10 it does not scroll. zoom still works. Is...

I had the following error ``` Execution failed for task ':react-native-directed-scrollview:verifyReleaseResources'. > java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed Output: /Users/obsidianart/HDD/GIT/imagzle/node_modules/react-native-directed-scrollview/android/build/intermediates/res/merged/release/values-v28/values-v28.xml:7: error: resource android:attr/dialogCornerRadius not found. /Users/obsidianart/HDD/GIT/imagzle/node_modules/react-native-directed-scrollview/android/build/intermediates/res/merged/release/values-v28/values-v28.xml:11: error: resource android:attr/dialogCornerRadius not...

Does it possible use dynamic dimensions of width and height? ``` contentContainer: { height: 1000, width: 1000, } ```

I'm getting the following warning trying to use reac-native-directed-scrollview, and the ScrollView doesn't allow me to scroll ![screenshot_20190204_211806](https://user-images.githubusercontent.com/3912944/52245964-83b5b180-28c2-11e9-8cd2-f5dd8dac8b6e.png) ![screenshot_20190204_211943](https://user-images.githubusercontent.com/3912944/52245979-992adb80-28c2-11e9-9b3a-3c84f0ce32dd.png) My code: ``` import React from 'react'; import { View, }...

[create-react-class](https://www.npmjs.com/package/create-react-class) isn't specified as a dependency, so an older version might be used in some projects. This might lead to an error similar to [this one](https://github.com/facebook/react/issues/12830). In our case, `UNSAFE_componentWilMount`...

The structure for getting the [Android] JS Event names of scroll events has been changed with this commit. https://github.com/facebook/react-native/commit/c5186aeb461a6eafa582b0acba1b3cebfb83550b#diff-5f44395078b83296fc92d0b14101cfc6 I can make a PR at some point, but just opening...

Hi there, In latest package I am getting the error pasted below when doing `react-native run-android`. I suspect it's because of using `implementation` in your `android/build.gradle`, which I think is...