Yonah Forst 9 years ago
parent
commit
df1f702bd7
2 changed files with 6 additions and 2 deletions
  1. 5 1
      README.md
  2. 1 1
      package.json

+ 5 - 1
README.md

@@ -13,6 +13,10 @@ The current supported permissions are:
 - Push Notifications *(iOS only)*
 - Background Refresh *(iOS only)*
 
+
+###New in version 0.2.X
+- Android support 🎉🎉🍾
+
 ##General Usage
 ```js
 const Permissions = require('react-native-permissions');
@@ -181,7 +185,7 @@ dependencies {
 ...
 import com.joshblour.reactnativepermissions.ReactNativePermissionsPackage; // <--- import
 
-public class MainActivity extends ReactActivity {
+public class MainApplication extends Application implements ReactApplication {
 
     ...
 

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "react-native-permissions",
-  "version": "0.1.1",
+  "version": "0.2.0",
   "repository": {
     "type": "git",
     "url": "https://github.com/joshblour/react-native-permissions.git"