diff --git a/docs/animations.html b/docs/animations.html index 73ae4e6d4e5..4bf89983360 100644 --- a/docs/animations.html +++ b/docs/animations.html @@ -291,7 +291,7 @@ oscillate around the end value. In the above example, we would add See the below gif for an example of where in your interface you might use this.

Screenshot from react-native-scrollable-tab-view. -You can run a simlar example here.

A sidenote about setNativeProps #

As mentioned in the Direction Manipulation section, +You can run a similar example here.

A sidenote about setNativeProps #

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,