Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo committed Feb 9, 2023
1 parent 35dd1b7 commit 45c0c4f
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.



**Note:** Version bump only for package moti





# [0.23.0](https://github.com/nandorojo/moti/compare/v0.22.0...v0.23.0) (2023-02-09)

**Note:** Version bump only for package moti
Expand Down
6 changes: 2 additions & 4 deletions docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@ Moti requires that you install `react-native-reanimated`. Version 2 and 3 are bo
<summary>
View Reanimated compatibility options
</summary>


Moti `0.17.x` requires Reanimated `2.3.0` or higher. This version is compatible with Expo SDK 44.

Moti `0.16.x` is compatible with Reanimated `2.2.0`. This is compatible with Expo SDK 43.

Moti `0.8.x` and higher requires at least Reanimated v2 stable (`2.0.0` or higher). This version is compatible with Expo starting SDK 41.
</summary>

</details>

Expand Down Expand Up @@ -107,9 +105,9 @@ As mentioned in this [Moti issue](https://github.com/nandorojo/moti/issues/13),
```sh
Property 'Proxy' doesn't exist, js engine: hermes [Mon Feb 08 2021 19:21:54.427] ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication), js engine: hermes
```
</details>
## Create your first animation
```tsx
Expand Down
8 changes: 8 additions & 0 deletions examples/with-expo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.



**Note:** Version bump only for package with-expo





# [0.23.0](https://github.com/nandorojo/moti/compare/v0.22.0...v0.23.0) (2023-02-09)

**Note:** Version bump only for package with-expo
Expand Down
8 changes: 8 additions & 0 deletions examples/with-next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.



**Note:** Version bump only for package next-dripsy-example





# [0.23.0](https://github.com/nandorojo/moti/compare/v0.22.0...v0.23.0) (2023-02-09)

**Note:** Version bump only for package next-dripsy-example
Expand Down
14 changes: 7 additions & 7 deletions lerna-debug.log
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
55 error Error: A GH_TOKEN environment variable is required.
55 error at createGitHubClient (/Users/fernandorojo/Developer/madison-green/moti/node_modules/@lerna/github-client/lib/github-client.js:17:11)
55 error at createClient (/Users/fernandorojo/Developer/madison-green/moti/node_modules/@lerna/version/lib/create-release.js:16:14)
55 error at createRelease (/Users/fernandorojo/Developer/madison-green/moti/node_modules/@lerna/version/lib/create-release.js:25:18)
55 error at /Users/fernandorojo/Developer/madison-green/moti/node_modules/@lerna/version/index.js:282:9
55 error at /Users/fernandorojo/Developer/madison-green/moti/node_modules/p-waterfall/index.js:4:73
55 error at /Users/fernandorojo/Developer/madison-green/moti/node_modules/p-reduce/index.js:16:10
74 error Error: A GH_TOKEN environment variable is required.
74 error at createGitHubClient (/Users/fernandorojo/Developer/madison-green/moti/node_modules/@lerna/github-client/lib/github-client.js:17:11)
74 error at createClient (/Users/fernandorojo/Developer/madison-green/moti/node_modules/@lerna/version/lib/create-release.js:16:14)
74 error at createRelease (/Users/fernandorojo/Developer/madison-green/moti/node_modules/@lerna/version/lib/create-release.js:25:18)
74 error at /Users/fernandorojo/Developer/madison-green/moti/node_modules/@lerna/version/index.js:282:9
74 error at /Users/fernandorojo/Developer/madison-green/moti/node_modules/p-waterfall/index.js:4:73
74 error at /Users/fernandorojo/Developer/madison-green/moti/node_modules/p-reduce/index.js:16:10
8 changes: 8 additions & 0 deletions packages/moti/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.



**Note:** Version bump only for package moti





# [0.23.0](https://github.com/nandorojo/moti/compare/v0.22.0...v0.23.0) (2023-02-09)

**Note:** Version bump only for package moti
Expand Down

0 comments on commit 45c0c4f

Please sign in to comment.