-
#### Issue Description
Enhance dropdownalert with features from [SwiftMessages](https://github.com/SwiftKickMobile/SwiftMessages)
#### Additional Information
- React Native version: v0.30
- react-nat…
-
I'm getting this error `ExceptionsManager.js:76 Warning: There is an internal error in the React performance measurement code. Did not expect componentDidUpdate timer to start while componentWillMount…
-
:(
The `PanResponder` handlers on the `HomeScene` root `View` seem to prevent `ToucheableOpacity` handlers. Probably an issue with capture or whatever ::pretends she knows what she's talking about::
-
I use PanResponder get gestureState.d{x|y}, but only x is right, y is wrong.
my drag example code:
https://gist.github.com/XuHaoJun/427588890d8c57c99f94247471e9bda3
-
The library works great on iPhone simulator (it's amazing!), however when testing on an actual iPhone, I can't drag anything.
Do I need to do anything special to get it to work on an actual device?…
-
ERROR in ./~/.0.30.0@react-native/Libraries/react-native/react-native.js
Module not found: Error: Cannot resolve module 'ActivityIndicator' in E:\workSpaces\probuck_by_react\node_modules.0.30
0@react-…
-
https://github.com/taobaofed/react-web/blob/master/Libraries/PanResponder/injectResponderEventPlugin.web.js#L24
PanResponder move event is currently not supported via mouse events
-
What would be the best way to combine an onPress handler for the component? I would like to add functionality where the card flips on press.
-
Is it possible to get actual video dimensions (width and height)?
I am trying to make a video cropper UI. So I need the actual dimensions of video, then wrap it to a View with overflow hidden, then m…
-
Dear every body!
I have an SVG area that contain many svg object. And I want to detect click event on single SVG item.
But I can't find any document about it. Please give me some solutions. Thanks!…