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
 - Push Notifications *(iOS only)*
13
 - Push Notifications *(iOS only)*
14
 - Background Refresh *(iOS only)*
14
 - Background Refresh *(iOS only)*
15
 
15
 
16
+
17
+###New in version 0.2.X
18
+- Android support 🎉🎉🍾
19
+
16
 ##General Usage
20
 ##General Usage
17
 ```js
21
 ```js
18
 const Permissions = require('react-native-permissions');
22
 const Permissions = require('react-native-permissions');
181
 ...
185
 ...
182
 import com.joshblour.reactnativepermissions.ReactNativePermissionsPackage; // <--- import
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
 {
1
 {
2
   "name": "react-native-permissions",
2
   "name": "react-native-permissions",
3
-  "version": "0.1.1",
3
+  "version": "0.2.0",
4
   "repository": {
4
   "repository": {
5
     "type": "git",
5
     "type": "git",
6
     "url": "https://github.com/joshblour/react-native-permissions.git"
6
     "url": "https://github.com/joshblour/react-native-permissions.git"