Yonah Forst 8 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 View File

@@ -13,6 +13,10 @@ The current supported permissions are:
13 13
 - Push Notifications *(iOS only)*
14 14
 - Background Refresh *(iOS only)*
15 15
 
16
+
17
+###New in version 0.2.X
18
+- Android support 🎉🎉🍾
19
+
16 20
 ##General Usage
17 21
 ```js
18 22
 const Permissions = require('react-native-permissions');
@@ -181,7 +185,7 @@ dependencies {
181 185
 ...
182 186
 import com.joshblour.reactnativepermissions.ReactNativePermissionsPackage; // <--- import
183 187
 
184
-public class MainActivity extends ReactActivity {
188
+public class MainApplication extends Application implements ReactApplication {
185 189
 
186 190
     ...
187 191
 

+ 1
- 1
package.json View File

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