From d01eb9c5b7d4b8f38efd3a54ad9b0bde44969abf Mon Sep 17 00:00:00 2001 From: Sebastian Luberriaga Date: Wed, 23 Nov 2016 10:38:15 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b99c2d..54bd43d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ nfc-react-native is a react-native module for android to write/read Mifare Class #### Android -1. Open up `android/app/src/main/java/[...]/MainActivity.java` +1. Open up `android/app/src/main/java/[...]/MainApplication.java` - Add `import es.tiarg.nfcreactnative.NfcReactNativePackage;` to the imports at the top of the file - Add `new NfcReactNativePackage()` to the list returned by the `getPackages()` method 2. Append the following lines to `android/settings.gradle`: @@ -84,4 +84,4 @@ Add a xml file in res folder with the following: Contributions are welcome :raised_hands: ## License -This repository is distributed under [MIT license](https://github.com/Lube/nfc-react-native/blob/master/LICENSE) \ No newline at end of file +This repository is distributed under [MIT license](https://github.com/Lube/nfc-react-native/blob/master/LICENSE)