You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,6 @@ This library solves that problem through an all native implementation which is v
24
24
-[x] Cross-fade transitions
25
25
-[x] Clipping reveal transitions
26
26
27
-
## Under development
28
-
29
-
This library is under active development. The iOS and Android implementations are mostly done, which exception of some edge cases. The library also aims to support the `web` platform with an optimized DOM implementation. That development is about 60% done.
30
-
31
27
## Index <!-- omit in toc -->
32
28
33
29
-[Motivation](#motivation)
@@ -54,11 +50,7 @@ This library is under active development. The iOS and Android implementations ar
54
50
yarn add react-native-shared-element
55
51
```
56
52
57
-
And when using React Native 0.59 or lower, link the library. This is not needed when using React Native 0.60 or higher, where linking happens automatically.
58
-
59
-
```bash
60
-
react-native link react-native-shared-element
61
-
```
53
+
> As of Expo SDK 49, `react-native-shared-element` is no longer shipped with Expo Go. If you want to use this library with Expo managed projects, [create a development build](https://docs.expo.dev/develop/development-builds/create-a-build).
62
54
63
55
## Basic usage
64
56
@@ -223,7 +215,7 @@ This project is supported by amazing people from [Expo.io](https://expo.io)
223
215
## Changes in maintenance
224
216
225
217
Both [react-native-shared-element](https://github.com/IjzerenHein/react-native-shared-element) and [react-navigation-shared-element](https://github.com/IjzerenHein/react-navigation-shared-element) are always looking for new Maintainers.
226
-
It is no longer possible for me (@author) to maintain these repositories. Please reach out to [me personally](mailto:hrutjes@gmail.com) if you have ideas or suggestions. You can also reach out to [Aleks](mailto:desmurs.linczewska@gmail.com) who is currently the main maintainer of this library.
218
+
It is no longer possible for me (@author) to maintain these repositories. Please reach out to [me personally](mailto:hrutjes@gmail.com) if you have ideas or suggestions.
227
219
228
220
> Read the [full statement here](https://github.com/IjzerenHein/react-navigation-shared-element/issues/14#issuecomment-1081601310).
0 commit comments