mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 13:44:04 +00:00
Fix typos (docs/Animations)
Line 461: "simlar" => "similar" Line 545: "tighly" => "tightly"
This commit is contained in:
parent
e6ad91b5a2
commit
7c36138caa
@ -458,7 +458,7 @@ use this.
|
||||
|
||||
![](/react-native/img/Rebound.gif) Screenshot from
|
||||
[react-native-scrollable-tab-view](https://github.com/brentvatne/react-native-scrollable-tab-view).
|
||||
You can run a simlar example [here](https://rnplay.org/apps/qHU_5w).
|
||||
You can run a similar example [here](https://rnplay.org/apps/qHU_5w).
|
||||
|
||||
#### A sidenote about setNativeProps
|
||||
|
||||
@ -542,7 +542,7 @@ var CustomLeftToRightGesture = Object.assign({}, BaseConfig.gestures.pop, {
|
||||
});
|
||||
|
||||
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,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user