diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..2183050 --- /dev/null +++ b/.npmignore @@ -0,0 +1,24 @@ +# Generated files +android/bin/ +android/gen/ +android/out/ + +# Gradle files +android/.gradle/ +android/build/ +android/app/build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Proguard folder generated by Eclipse +android/proguard/ + +# Log Files +*.log + +# Android Studio Navigation editor temp files +android/.navigation/ + +# Android Studio captures folder +android/captures/ diff --git a/LICENSE b/LICENSE index f161e37..d454eff 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Ganapathy S +Copyright (c) 2021 Ganapathy S Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 1abbc31..1312fb6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ``` $ npm install --save react-native-invoke-app -# if you are react-native version is <0.60 +# if your react-native version is <0.60 $ react-native link react-native-invoke-app ```