-
- [ X] I have reviewed the [documentation](https://facebook.github.io/react-native)
- [X ] I have searched [existing issues](https://github.com/facebook/react-native/issues)
- [X ] I am using the [l…
-
### Is this a bug report?
Yes
### Have you read the [Contributing Guidelines](https://facebook.github.io/react-native/docs/contributing.html)?
Yes
### Environment
Environment:
…
-
**Is your feature request related to a problem? Please describe.**
I'm running into a few instances that having a callback for when a PoseGroups children have finished animating would be nice to have…
-
- [ ] making all hooks available with full docs (useSprings, useSpring, useTrail, useTransition, useChain)
- [x] maybe making useSprings the base primitive internally for code re-use and leaner bundl…
-
> This is a live document. Last update: 08/17/2016 as of 2.0.0-rc.2
### General Notes
- A checked item means it has been implemented in the 2.0 development branch.
- Features subject to change during …
-
We have an app on both Android and iOS, and the Android using okhttp/3.6.
We tried to start http/2 support on our api server which the apps connected to, Nginx.
Everything was ok, most requests ha…
-
### Description
When debugging is enabled and chrome debugging tab is not focused/visible app is really slow, but when a tab is focused/visible everything works fine. Also when debugging is disabled …
-
Hi, following up on some conversations with @naqvitalha over in the react-native-web repo. Here are some findings/comparisons to our scroller from @madnl, who tried the component in Twitter Lite's tim…
-
Releasing `1.4.0` has been long overdue, and my apologies :O. Let's have this out before the end of this week ⭐️
Couple of things I've noticed so let's use this issue to track down all the changes…
-
Maybe we can leverage the virtual dom from react to get:
1) Closer to production
2) Offload more advanced memory management (dom/events)
3) Get performance improvements