react-native-shared-element
Native shared element transition "primitives" for react-native π«
File Explorer
Download Latest Version (.zip)- check-repro.yml
- FUNDING.yml
- settings.json
- org.eclipse.buildship.core.prefs
- RNSharedElementContent.java
- RNSharedElementDrawable.java
- RNSharedElementModule.java
- RNSharedElementNode.java
- RNSharedElementNodeManager.java
- RNSharedElementPackage.java
- RNSharedElementStyle.java
- RNSharedElementTransition.java
- RNSharedElementTransitionItem.java
- RNSharedElementTransitionManager.java
- RNSharedElementTypes.java
- RNSharedElementView.java
- AndroidManifest.xml
- .project
- build.gradle
- adaptive-icon.png
- favicon.png
- icon.png
- splash-icon.png
- App.tsx
- logo.png
- atomicsamurai.jpg
- fist.png
- garou.png
- genos.jpg
- Heroes.ts
- index.ts
- king.jpg
- metalbat.jpg
- metalknight.jpg
- onepunch.jpg
- puripuri.png
- silverfang.png
- tatsumaki.png
- watchdog.png
- Icon.tsx
- Icon.web.tsx
- index.ts
- index.ts
- LinearGradient.tsx
- LinearGradient.web.tsx
- constants.tsx
- index.ts
- NavBar.tsx
- index.ts
- Router.tsx
- RouterBackSwiper.tsx
- RouterScreenTransition.tsx
- RouterScreenTransitionContext.tsx
- index.tsx
- ViewPager.android.tsx
- ViewPager.ios.tsx
- ViewPager.tsx
- Button.tsx
- Colors.tsx
- CompatSharedElement.tsx
- index.ts
- ListItem.tsx
- SegmentedControl.tsx
- Text.tsx
- CardScreen.tsx
- DetailScreen.tsx
- DummyScreen.tsx
- index.ts
- ListScreen.tsx
- MainScreen.tsx
- PagerScreen.tsx
- TestScreen.tsx
- TestsScreen.tsx
- TilesScreen.tsx
- CompoundTests.tsx
- index.tsx
- TestCompoundView.tsx
- ImageTests.tsx
- index.tsx
- TestImage.tsx
- index.tsx
- MultipleTests.tsx
- index.tsx
- index.tsx
- ScrollViewTests.tsx
- TestScrollView.tsx
- index.tsx
- TestText.tsx
- TextTests.tsx
- index.tsx
- index.tsx
- TestView.tsx
- ViewTests.tsx
- index.ts
- blurFadeIn.ts
- fadeIn.ts
- fromRight.ts
- index.ts
- scaleCenter.ts
- types.ts
- Hero.ts
- index.ts
- SharedElement.ts
- Test.ts
- App.tsx
- .gitattributes
- .gitignore
- app.json
- babel.config.js
- index.js
- metro.config.js
- package.json
- README.md
- tsconfig.json
- yarn.lock
- index.js.flow
- project.pbxproj
- RNSharedElementContent.h
- RNSharedElementContent.m
- RNSharedElementCornerRadii.h
- RNSharedElementCornerRadii.m
- RNSharedElementDelegate.h
- RNSharedElementNode.h
- RNSharedElementNode.m
- RNSharedElementNodeManager.h
- RNSharedElementNodeManager.m
- RNSharedElementStyle.h
- RNSharedElementStyle.m
- RNSharedElementTransition.h
- RNSharedElementTransition.m
- RNSharedElementTransitionItem.h
- RNSharedElementTransitionItem.m
- RNSharedElementTransitionManager.h
- RNSharedElementTransitionManager.m
- RNSharedElementTypes.h
- Color.web.ts
- index.web.ts
- Rect.web.ts
- RNSharedElementContent.web.ts
- RNSharedElementNode.web.ts
- RNSharedElementNodeManager.web.ts
- RNSharedElementStyle.web.ts
- RNSharedElementTransition.web.ts
- RNSharedElementTransitionItem.web.ts
- RNSharedElementView.web.ts
- types.ts
- WORK_IN_PROGRESS.md
- index.tsx
- RNSharedElementTransitionView.tsx
- RNSharedElementTransitionView.web.tsx
- SharedElement.tsx
- SharedElementTransition.tsx
- types.tsx
- AssemblyInfo.cs
- RNVisualClone.rd.xml
- project.json
- RNVisualClone.csproj
- RNVisualCloneModule.cs
- RNVisualClonePackage.cs
- .gitignore
- .npmignore
- RNVisualClone.sln
- .eslintrc.js
- .gitattributes
- .gitignore
- babel.config.js
- CHANGELOG.md
- LICENSE.txt
- package.json
- README.md
- RNSharedElement.podspec
- set-android.gif
- set-ios.gif
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/IjzerenHein/react-native-shared-element
Downloads the entire project code from GitHub to your computer.
cd react-native-shared-element
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd windows
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
3. Gradle (Java/Kotlin)
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd android
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
4. Node.js
EasyPrerequisites
yarn add react-native-shared-element
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
