react-native-touch-through-view icon indicating copy to clipboard operation
react-native-touch-through-view copied to clipboard

Component library that allows for scroll views and table views to scroll over interactable content without poor performing size and bounds animations.

Results 5 react-native-touch-through-view issues
Sort by recently updated
recently updated
newest added

It will stop working very soon because of the "compile"->"implementation" change https://github.com/facebook/react-native/issues/33063#issuecomment-1034006810

Closes https://github.com/simonhoss/react-native-touch-through-view/issues/20. I have not tested the demo application in this repo. For google, the error was: ``` * Exception is: org.gradle.api.GradleScriptException: A problem occurred evaluating project ':react-native-touch-through-view'. at org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptRunnerImpl.run(DefaultScriptRunnerFactory.java:93)...

Version: https://github.com/simonhoss/react-native-touch-through-view/commit/0ae415af69365785c3ff5f10901e6b606bc11348 Steps to reproduce: 1) Put a Touchable in a TouchThroughView 2) Touch the Touchable 3) No interaction on Android, interaction on iOS Workaround: Put multiple TouchThroughViews in a...

I did all the installation instructions, but get this error, what could it be? ![2020-03-16_18-02-50](https://user-images.githubusercontent.com/42130953/76869508-7b77c600-6879-11ea-86b6-6c25833bb5c0.png) My MainActivity.java: ``` package com.onlinerecordtypescript; package com.reactnativetouchthroughviewexample; import com.facebook.react.ReactActivity; import com.facebook.react.ReactActivityDelegate; import com.facebook.react.ReactRootView; import com.swmansion.gesturehandler.react.RNGestureHandlerEnabledRootView;...

Hey Simon, Is this the new "official" repo location? If so, got a crash report. Affects about 0.1% of our users in production. Any thoughts on root cause? ``` java.lang.RuntimeException:...