chore: update map
This commit is contained in:
+27
-20
@@ -1,33 +1,32 @@
|
||||
<img src="https://user-images.githubusercontent.com/16062886/117443145-ff868480-af37-11eb-8680-648bccf0d0ce.png" alt="React Native Reanimated by Software Mansion" width="100%">
|
||||
|
||||
### React Native's Animated library reimplemented
|
||||
### Create smooth animations with an excellent developer experience.
|
||||
|
||||
> Reanimated 3 is here! Check out our [documentation page](https://docs.swmansion.com/react-native-reanimated/) for more information
|
||||
|
||||
React Native Reanimated provides a more comprehensive,
|
||||
low level abstraction for the Animated library API to be built
|
||||
on top of and hence allow for much greater flexibility especially when it
|
||||
comes to gesture based interactions.
|
||||
> Reanimated 4 is here! Check out our [documentation page](https://docs.swmansion.com/react-native-reanimated/) for more information
|
||||
|
||||
### Nightly CI state
|
||||
|
||||
[](https://github.com/software-mansion/react-native-reanimated/actions/workflows/build-nightly-npm-package.yml)
|
||||
[](https://github.com/software-mansion/react-native-reanimated/actions/workflows/build-monorepo-nightly.yml)
|
||||
[](https://github.com/software-mansion/react-native-reanimated/actions/workflows/check-static-framework-nightly.yml)
|
||||
[](https://github.com/software-mansion/react-native-reanimated/actions/workflows/check-react-native-nightly.yml)
|
||||
[](https://github.com/software-mansion/react-native-reanimated/actions/workflows/check-expo-dev-client-nightly.yml)
|
||||
[](https://github.com/software-mansion/react-native-reanimated/actions/workflows/check-TS-react-native.yml)
|
||||
[](https://github.com/software-mansion/react-native-reanimated/actions/workflows/build-v8-nightly.yml)
|
||||
[](https://github.com/software-mansion/react-native-reanimated/actions/workflows/build-on-windows-nightly.yml)
|
||||
[](https://github.com/software-mansion/react-native-reanimated/actions/workflows/detect-broken-urls-nightly.yml)
|
||||
[](https://github.com/software-mansion/react-native-reanimated/actions/workflows/npm-reanimated-publish-nightly.yml)
|
||||
[![NPM Worklets publish [Nightly]](https://github.com/software-mansion/react-native-reanimated/actions/workflows/npm-worklets-publish-nightly.yml/badge.svg)](https://github.com/software-mansion/react-native-reanimated/actions/workflows/npm-worklets-publish-nightly.yml)
|
||||
[![Lint clang-tidy [Nightly]](https://github.com/software-mansion/react-native-reanimated/actions/workflows/lint-clang-tidy-nightly.yml/badge.svg)](https://github.com/software-mansion/react-native-reanimated/actions/workflows/lint-clang-tidy-nightly.yml)
|
||||
[](https://github.com/software-mansion/react-native-reanimated/actions/workflows/reanimated-compatibility-check-nightly.yml)
|
||||
[![Use frameworks Reanimated build check [Nightly]](https://github.com/software-mansion/react-native-reanimated/actions/workflows/use-frameworks-reanimated-build-check-nightly.yml/badge.svg)](https://github.com/software-mansion/react-native-reanimated/actions/workflows/use-frameworks-reanimated-build-check-nightly.yml)
|
||||
[](https://github.com/software-mansion/react-native-reanimated/actions/workflows/react-native-nightly-reanimated-build-check-nightly.yml)
|
||||
[](https://github.com/software-mansion/react-native-reanimated/actions/workflows/expo-devclient-build-check-nightly.yml)
|
||||
[](https://github.com/software-mansion/react-native-reanimated/actions/workflows/reanimated-typescript-compatibility-test-nightly.yml)
|
||||
[](https://github.com/software-mansion/react-native-reanimated/actions/workflows/windows-hosted-app-reanimated-build-check-nightly.yml)
|
||||
[![Worklets Bundle Mode build check [Nightly]](https://github.com/software-mansion/react-native-reanimated/actions/workflows/worklets-bundle-mode-build-check-nightly.yml/badge.svg)](https://github.com/software-mansion/react-native-reanimated/actions/workflows/worklets-bundle-mode-build-check-nightly.yml)
|
||||
[](https://github.com/software-mansion/react-native-reanimated/actions/workflows/url-validation-nightly.yml)
|
||||
|
||||
## Installation
|
||||
|
||||
Check out the [installation](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started/#installation) section of our docs for the detailed installation instructions.
|
||||
|
||||
## Fabric
|
||||
## Compatibility
|
||||
|
||||
To learn how to use `react-native-reanimated` with Fabric architecture, head over to [Fabric README](README-Fabric.md). Instructions on how to run Fabric Example within this repo can be found in the [FabricExample README](FabricExample/README.md).
|
||||
React Native Reanimated 4.x supports only the [New React Native architecture](https://reactnative.dev/architecture/landing-page) and three latest React Native versions.
|
||||
|
||||
If your app still runs on the old architecture, please consider adopting the New Architecture or stay with latest 3.x release.
|
||||
|
||||
## Documentation
|
||||
|
||||
@@ -35,8 +34,8 @@ Check out our dedicated documentation page for info about this library, API refe
|
||||
|
||||
## Examples
|
||||
|
||||
The source code for the example (showcase) app is under the [`Example/`](https://github.com/software-mansion/react-native-reanimated/blob/main/Example/) directory.
|
||||
If you want to play with the API but don't feel like trying it on a real app, you can run the example project. Check Example/ directory README for installation instructions.
|
||||
The source code for the example (showcase) app is under the [`apps/common-app`](https://github.com/software-mansion/react-native-reanimated/blob/main/apps/common-app/) directory.
|
||||
If you want to play with the API but don't feel like trying it on a real app, you can run the example project. Check [Example README](apps/fabric-example/README.md) for installation instructions.
|
||||
|
||||
## License
|
||||
|
||||
@@ -49,3 +48,11 @@ This project has been built and is maintained thanks to the support from [Shopif
|
||||
[](https://shopify.com)
|
||||
[](https://expo.io)
|
||||
[](https://swmansion.com)
|
||||
|
||||
## Community Discord
|
||||
|
||||
[Join the Software Mansion Community Discord](https://discord.swmansion.com) to chat about Reanimated or other Software Mansion libraries.
|
||||
|
||||
## Reanimated is created by Software Mansion
|
||||
|
||||
Since 2012 [Software Mansion](https://swmansion.com) is a software agency with experience in building web and mobile apps. We are Core React Native Contributors and experts in dealing with all kinds of React Native issues. We can help you build your next dream product – [Hire us](https://swmansion.com/contact/projects?utm_source=reanimated&utm_medium=readme).
|
||||
|
||||
Reference in New Issue
Block a user