You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-native-shared-element

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-shared-element - npm Package Compare versions

Comparing version

to
0.6.0

build/index.js.flow

@@ -0,1 +1,15 @@

# [0.6.0-alpha0](https://github.com/IjzerenHein/react-native-shared-element/compare/v0.5.6...v0.6.0-alpha0) (2020-03-29)
### Bug Fixes
* **js** Fix SharedElementProp type-definition (thanks @evanc)
* **ios** Fix element position when scene is translated
* **android** Fix element position when scene is translated
* **android** Fix clipping for translation transforms
## Improvements
* Updated internal tooling
* Added new `test-app` using TypeScript (wip)
## [0.5.6](https://github.com/IjzerenHein/react-native-shared-element/compare/v0.5.5...v0.5.6) (2020-02-09)

@@ -2,0 +16,0 @@

10

package.json
{
"name": "react-native-shared-element",
"version": "0.6.0-alpha0",
"version": "0.6.0",
"description": "Native shared element transition primitives for react-native 💫",

@@ -15,3 +15,6 @@ "main": "build/index.js",

"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
"expo-module": "expo-module",
"copy-flow-typings": "cp ./flow-typed/index.js.flow ./build/index.js.flow",
"prepare": "yarn copy-flow-typings",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},

@@ -43,4 +46,7 @@ "keywords": [

"devDependencies": {
"@commitlint/config-conventional": "^8.3.4",
"@types/react": "^16.9.23",
"@types/react-native": "^0.61.17",
"commitlint": "^8.3.5",
"conventional-changelog-cli": "^2.0.31",
"eslint": "^6.8.0",

@@ -47,0 +53,0 @@ "expo-module-scripts": "^1.2.0",

RNSharedElement.podspec

Sorry, the diff of this file is not supported yet