Skip to content

Commit

Permalink
Using react-native-config with step 5
Browse files Browse the repository at this point in the history
Added an alternative to put this FB_APP_ID values in a env file
using react-native-config dependency in package.json.
  • Loading branch information
francisrod01 committed Jan 18, 2018
1 parent 4a2e667 commit 9bdfe49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ public class MainApplication extends Application implements ReactApplication {
</manifest>
```

- You can put this `FB_APP_ID` values in a `.env` file using [react-native-config](https://github.com/luggit/react-native-config#usage). **Step 4** would not be necessary.


#### Step 6 - include in Javascript

```js
Expand Down

0 comments on commit 9bdfe49

Please sign in to comment.