Skip to content

Commit

Permalink
chore: Update version + updated screens
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Oct 13, 2018
1 parent 9a4f54f commit f5b2a7b
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 8 deletions.
Binary file added .github/home-bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/movies.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/my-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/show.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/shows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,13 @@ Please see the [contributing guide](https://github.com/tripss/popcorn-native/blo

## Screenshots

Home Screen | Movies Screen
Home Screen | Home Screen
:-------------------------:|:-------------------------:
![Home Screen](./.github/home.png) | ![Movies Screen](./.github/movies.png)
![Home Screen](./.github/home.png) | ![Home Screen](./.github/home-bottom.png)

My List Screen | Movies Screen
:-------------------------:|:-------------------------:
![My List Screen](./.github/my-list.png) |![Show Screen](./.github/movies.png)

Shows Screen | Show Screen
:-------------------------:|:-------------------------:
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ android {
applicationId "com.popcorn"
minSdkVersion 16
targetSdkVersion 26
versionCode 9
versionName "v0.6.3"
versionCode 10
versionName "v0.7.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"i18n-js": "^3.0.11",
"popcorn-sdk": "1.0.0",
"popcorn-sdk": "1.1.0",
"prop-types": "^15.6.2",
"react": "16.3.1",
"react-native": "~0.55.2",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4781,9 +4781,9 @@ pn@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb"

popcorn-sdk@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/popcorn-sdk/-/popcorn-sdk-1.0.0.tgz#5a2fc3596f3ecc1045ff255deb685a96b3bd8a0e"
popcorn-sdk@1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/popcorn-sdk/-/popcorn-sdk-1.1.0.tgz#f7dc79c79a48fea764991327dceb9596449b6563"
dependencies:
axios "^0.18.0"

Expand Down

0 comments on commit f5b2a7b

Please sign in to comment.