Skip to content

Commit

Permalink
Update core to 0.5.3. Bump to 0.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzotov committed Jan 22, 2020
1 parent 59de814 commit 1f68ff0
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
68 changes: 34 additions & 34 deletions TESTS_REPORT.md
Expand Up @@ -30,30 +30,6 @@



**Stack Scene**

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should has a name

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should has value active and depth

**Stack Scene** **.show**

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should invoke .to method on value with provided duration

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should change active and depth values

**Stack Scene** **.hide**

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should invoke .to method on value with provided duration

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should change active and depth values

**Stack Scene** **.dive**

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should change depth value



**Modal.Navigator**

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should has a name
Expand Down Expand Up @@ -104,24 +80,28 @@



**Modal Scene**
**Stack Scene**

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should has a name

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should has value active

**Modal Scene** **.show**
&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should has value active and depth

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should change active value
**Stack Scene** **.show**

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should invoke .to method on value with provided duration

**Modal Scene** **.hide**
&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should change active and depth values

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should change active value
**Stack Scene** **.hide**

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should invoke .to method on value with provided duration

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should change active and depth values

**Stack Scene** **.dive**

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should change depth value



**Value**
Expand All @@ -142,11 +122,23 @@



**AndroidBack**
**Modal Scene**

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should match snapshot
&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should has a name

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should subscribe onPress to android_back event
&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should has value active

**Modal Scene** **.show**

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should change active value

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should invoke .to method on value with provided duration

**Modal Scene** **.hide**

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should change active value

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should invoke .to method on value with provided duration



Expand All @@ -160,6 +152,14 @@



**AndroidBack**

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should match snapshot

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should subscribe onPress to android_back event



**Stack.Navigator**

&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:green'>✓</span> should has a name
Expand Down
4 changes: 2 additions & 2 deletions library/package.json
@@ -1,6 +1,6 @@
{
"name": "@navigationjs/react-native",
"version": "0.28.1",
"version": "0.28.2",
"description": "Simple and well-tested React Native navigation",
"main": "index.js",
"author": "Ivan Zotov <me@ivanzotov.com> (http://ivanzotov.com/)",
Expand Down Expand Up @@ -46,7 +46,7 @@
]
},
"dependencies": {
"@navigationjs/core": "0.5.2",
"@navigationjs/core": "0.5.3",
"@railsmob/events": "0.1.11"
}
}
6 changes: 3 additions & 3 deletions library/yarn.lock
Expand Up @@ -785,9 +785,9 @@
"@types/istanbul-reports" "^1.1.1"
"@types/yargs" "^13.0.0"

"@navigationjs/core@0.5.2":
version "0.5.2"
resolved "https://registry.yarnpkg.com/@navigationjs/core/-/core-0.5.2.tgz#07e6229f976c456c4fbca3140da08af1b52660c7"
"@navigationjs/core@0.5.3":
version "0.5.3"
resolved "https://registry.yarnpkg.com/@navigationjs/core/-/core-0.5.3.tgz#95e1d3209e6d737bb54522c67f1e70e9aba246fb"
dependencies:
"@railsmob/events" "0.1.11"

Expand Down

0 comments on commit 1f68ff0

Please sign in to comment.