1.0 / March 9, 2017
(5.0/5) (25)

Description

Documentation and playground forthereact-native-interactable library used to create fluiduserinteractions in React Native.

The async nature of the React Native bridge incurs aninherentperformance penalty. This traditionally prevents JavaScriptcodefrom running at high framerates. One of the mostnoticeablechallenges is animations in JavaScript, which aren'tguaranteed torun at 60 FPS.

Modern animation libraries for React Native, like Animated,tacklethis challenge with a declarative approach. In order tominimizepasses over the bridge, animations are only declared inJavaScriptbut executed by a native driver on the other side - in60FPS.

Fluid user interactions take this a step further thananimations.Interactions require UI to continuously react to theuser'sgestures. This library is designed to support complexphysicalinteractions with ease, using a full-fledged physics enginetodrive the interaction on the native side.

App Information React Native Interactions

  • App Name
    React Native Interactions
  • Package Name
    com.wix.interactions
  • Updated
    March 9, 2017
  • File Size
    Undefined
  • Requires Android
    Android 4.1 and up
  • Version
    1.0
  • Developer
    Tal Kol
  • Installs
    500 - 1,000
  • Price
    Free
  • Category
    Education
  • Developer
  • Google Play Link

Tal Kol Show More...

React Native TLV 1.0.1 APK
Tal Kol
React Native TLV meetup group bringstogetherTel-Aviv based Web and Mobile developers that are eitherplanningto develop or already coding in React Native.This is the meetup group official app built with React Native.React Logo by Facebook [CC BY 3.0]
React Native Interactions 1.0 APK
Tal Kol
Documentation and playground forthereact-native-interactable library used to create fluiduserinteractions in React Native.The async nature of the React Native bridge incurs aninherentperformance penalty. This traditionally prevents JavaScriptcodefrom running at high framerates. One of the mostnoticeablechallenges is animations in JavaScript, which aren'tguaranteed torun at 60 FPS.Modern animation libraries for React Native, like Animated,tacklethis challenge with a declarative approach. In order tominimizepasses over the bridge, animations are only declared inJavaScriptbut executed by a native driver on the other side - in60FPS.Fluid user interactions take this a step further thananimations.Interactions require UI to continuously react to theuser'sgestures. This library is designed to support complexphysicalinteractions with ease, using a full-fledged physics enginetodrive the interaction on the native side.