Skip to content

Commit

Permalink
Merge pull request #84 from emartech/MV-369-update-sample-proj-depend…
Browse files Browse the repository at this point in the history
…encies

MV-369 update sample proj dependencies
  • Loading branch information
eduzatoni authored Jan 18, 2023
2 parents 2512d98 + e774b0f commit 99fc93b
Show file tree
Hide file tree
Showing 30 changed files with 5,402 additions and 6,573 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ buck-out/

# Bundle artifact
*.jsbundle
*.bundle
sample/ios/Podfile.lock
sample/android/app/google-services.json
16 changes: 5 additions & 11 deletions sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,15 @@

Getting Started with [React Native](https://facebook.github.io/react-native/docs/getting-started "React Native").

`$ npm install`

### Mostly automatic installation

`$ react-native link`
1. `$ npm install`
2. `$ npm run dev`

#### iOS
1. `$ npm run bundle:ipa`
2. `$ cd ios`
3. `$ pod install`
4. `$ npm run dev:ipa`
1. `$ cd ios && pod install && cd ..`
2. `$ npm run dev:ipa`

#### Android
1. `$ npm run bundle:apk`
2. `$ npm run dev:apk`
1. `$ npm run dev:apk`


### Requirements
Expand Down
1 change: 1 addition & 0 deletions sample/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ project.ext.react = [
]

apply from: "../../node_modules/react-native/react.gradle"
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"

/**
* Set this to true to create two separate APKs instead of one:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed sample/android/app/src/main/assets/fonts/Feather.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
741 changes: 0 additions & 741 deletions sample/android/app/src/main/assets/index.android.bundle

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config cleartextTrafficPermitted="false"/>
<domain-config>
<domain includeSubdomains="true">example.com</domain>
<trust-anchors>
<certificates src="system"/>
</trust-anchors>
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">localhost</domain>
<domain includeSubdomains="true">127.0.0.1</domain>
<domain includeSubdomains="true">10.0.2.2</domain>
</domain-config>
</network-security-config>
Loading

0 comments on commit 99fc93b

Please sign in to comment.