Skip to content

Commit

Permalink
fix(rn): js bundle
Browse files Browse the repository at this point in the history
Signed-off-by: Godefroy Ponsinet <godefroy.ponsinet@outlook.com>
  • Loading branch information
90dy committed Jul 3, 2019
1 parent 15e69f1 commit e311312
Show file tree
Hide file tree
Showing 7 changed files with 600 additions and 21 deletions.
1 change: 1 addition & 0 deletions client/react-native/.babelrc
@@ -1,5 +1,6 @@
{
"presets": [
"@babel/preset-env",
"module:metro-react-native-babel-preset"
],
"plugins": [
Expand Down
Binary file modified client/react-native/android/app/src/main/assets/fonts/Feather.ttf 100644 → 100755
Binary file not shown.
22 changes: 3 additions & 19 deletions client/react-native/app/store/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 client/react-native/app/store/package.json
Expand Up @@ -6,7 +6,7 @@
"private": true,
"dependencies": {
"@berty/common": "^0.0.1",
"await-mutex": "^1.0.2",
"await-mutex": "1.0.1",
"mobx": "^5.10.0"
}
}
1 change: 0 additions & 1 deletion client/react-native/desktop/main.go
Expand Up @@ -55,7 +55,6 @@ func main() {
config := &daemon.Config{
SqlOpts: sqlConfig,
GrpcBind: ":1337",
GqlBind: ":1338",
GrpcWebBind: ":1339",
HideBanner: true,
DropDatabase: false,
Expand Down

0 comments on commit e311312

Please sign in to comment.