React Native Interactions APK

React Native Interactions  Icon
    
4.7/5
89 Ratings
Developer
Tal Kol
Current Version
1.0
Date Published
File Size
8.9 MB
Package ID
com.wix.interactions
Price
$ 0.00
Downloads
1.0K+
Category
Android Apps
Genre
Education

APK Version History

Version
1.0 (1)
Architecture
armeabi-v7a,x86
Release Date
March 24, 2017
Requirement
Android 4.1+
  • React Native Interactions Screenshot
  • React Native Interactions Screenshot
  • React Native Interactions Screenshot

About Radio FM 90s

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.

What's New in this version