diff --git a/.gitignore b/.gitignore index 084083e..942af5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -node_modules/**/* +/node_modules +/npm-debug.log # Xcode # diff --git a/README.md b/README.md index ab5731d..59e39d7 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,19 @@ protected void onCreate(Bundle savedInstanceState) { } ``` -### 5. Use in your JS +### 5. Make sure the ``AndroidManifest.xml`` file has `INTERNET` and `ACCESS_NETWORK_STATE` permissions: + +```xml + + + + + + +``` + +### 6. Use in your JS ```js var RNGoogleAnalytics = require('react-native').NativeModules.RNGoogleAnalytics;