Skip to content

Commit

Permalink
v2.8.1 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
putuadityabayu committed Jul 18, 2021
1 parent 1550ce9 commit bdb1204
Show file tree
Hide file tree
Showing 10 changed files with 2,700 additions and 2,645 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Portalnesia",
"slug": "portalnesia",
"scheme": "pn",
"version": "2.8.0",
"version": "2.8.1",
"orientation": "portrait",
"icon": "./assets/icon.png",
"backgroundColor": "#ffffff",
Expand Down
2 changes: 1 addition & 1 deletion components/global/Parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ const ParserComponent=({source,selectable=false,iklan=true,scrollRef,yLayout=0,o
onReceiveId,
padding,
editor
}),[theme,iklan,onReceiveId,padding,editor])
}),[theme,iklan,onReceiveId,padding,editor,yLayout,scrollRef])

/*const alterData=(node)=>{
const {parent,data} = node
Expand Down
2 changes: 1 addition & 1 deletion dist/android-index.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@
"licenseUrl": "https://github.com/invertase/react-native-firebase/tree/master/packages/remote-config/raw/master/LICENSE",
"parents": "portal-native"
},
"@react-native-firebase/storage@12.1.0": {
"licenses": "Apache-2.0",
"repository": "https://github.com/invertase/react-native-firebase/tree/master/packages/storage",
"licenseUrl": "https://github.com/invertase/react-native-firebase/tree/master/packages/storage/raw/master/LICENSE",
"parents": "portal-native"
},
"@react-navigation/bottom-tabs@5.11.11": {
"licenses": "MIT",
"repository": "https://github.com/react-navigation/react-navigation",
Expand Down Expand Up @@ -614,6 +620,12 @@
"licenseUrl": "https://github.com/facebook/react-native/raw/master/LICENSE",
"parents": "portal-native"
},
"react-redux@7.2.4": {
"licenses": "MIT",
"repository": "github:reduxjs/react-redux",
"licenseUrl": "github:reduxjs/react-redux",
"parents": "portal-native"
},
"react-syntax-highlighter@15.4.3": {
"licenses": "MIT",
"repository": "https://github.com/react-syntax-highlighter/react-syntax-highlighter",
Expand All @@ -626,6 +638,18 @@
"licenseUrl": "https://github.com/facebook/react/raw/master/LICENSE",
"parents": "portal-native"
},
"redux-thunk@2.3.0": {
"licenses": "MIT",
"repository": "github:reduxjs/redux-thunk",
"licenseUrl": "github:reduxjs/redux-thunk",
"parents": "portal-native"
},
"redux@4.1.0": {
"licenses": "MIT",
"repository": "github:reduxjs/redux",
"licenseUrl": "github:reduxjs/redux",
"parents": "portal-native"
},
"sanitize-html@2.4.0": {
"licenses": "MIT",
"repository": "https://github.com/apostrophecms/sanitize-html",
Expand Down
Binary file not shown.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ios-index.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
},
"private": true,
"name": "portal-native",
"version": "2.8.0",
"version": "2.8.1",
"author": "Putu Aditya <aditya@portalnesia.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion provider/AuthProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const AuthProviderFunc = () => {
dispatch(changeTheme(theme,(res as 'dark'|'light'|'auto')));
} else {
const theme=(colorScheme==='dark') ? "dark" : "light";
dispatch(changeTheme(theme,(res as 'dark'|'light'|'auto')));
dispatch(changeTheme(theme,'auto'));
}
if(lang !== null) {
dispatch(changeLang((lang as 'auto'|'en'|'id')));
Expand Down

0 comments on commit bdb1204

Please sign in to comment.