From 04f4ce49d0b58478324daf7ddc3cc381d4dcf040 Mon Sep 17 00:00:00 2001
From: Travis CI
Screenshot from
react-native-scrollable-tab-view.
-You can run a simlar example here.
As mentioned in the Direction Manipulation section, +You can run a similar example here.
As mentioned in the Direction Manipulation section,
setNativeProps allows us to modify properties of native-backed
components (components that are actually backed by native views, unlike
composite components) directly, without having to setState and
@@ -353,7 +353,7 @@ make them customizable, React Native exposes a
});
var CustomSceneConfig = Object.assign({}, BaseConfig, {
- // A very tighly wound spring will make this transition fast
+ // A very tightly wound spring will make this transition fast
springTension: 100,
springFriction: 1,