React Native Interactions


1.0 by Tal Kol
2017年03月09日

关于React Native Interactions

创造流畅的用户交互在本地做出反应

Documentation and playground for the react-native-interactable library used to create fluid user interactions in React Native.

The async nature of the React Native bridge incurs an inherent performance penalty. This traditionally prevents JavaScript code from running at high framerates. One of the most noticeable challenges is animations in JavaScript, which aren't guaranteed to run at 60 FPS.

Modern animation libraries for React Native, like Animated, tackle this challenge with a declarative approach. In order to minimize passes over the bridge, animations are only declared in JavaScript but executed by a native driver on the other side - in 60 FPS.

Fluid user interactions take this a step further than animations. Interactions require UI to continuously react to the user's gestures. This library is designed to support complex physical interactions with ease, using a full-fledged physics engine to drive the interaction on the native side.

更多应用信息

最新版本

1.0

上传者

Ak Azez

系统要求

Android 4.1+

内容分级

Everyone · null

更多

React Native Interactions相关应用

Tal Kol 开发者的更多应用

最新发现