Skip to content

Commit 5a0840c

Browse files
committed
update package version
1 parent 1613fcd commit 5a0840c

File tree

6 files changed

+2945
-1598
lines changed

6 files changed

+2945
-1598
lines changed

examples/RNOneSignalTS/OSButtons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ class OSButtons extends React.Component<Props> {
446446
def: '456',
447447
},
448448
},
449-
someArray: [1, 2, 3, 4],
449+
someArray: [1, 2],
450450
someMixedArray: [1, '2', { abc: '123' }],
451451
someNull: null,
452452
});

examples/RNOneSignalTS/README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@ First, you will need to run **Metro**, the JavaScript build tool for React Nativ
1010

1111
To start the Metro dev server, run the following command from the root of your React Native project:
1212

13-
```sh
13+
````sh
1414
# Using npm
1515
npm start
1616

17-
# OR using Yarn
18-
yarn start
19-
```
20-
2117
## Step 2: Build and run your app
2218

2319
With Metro running, open a new terminal window/pane from the root of your React Native project, and use one of the following commands to build and run your Android or iOS app:
@@ -27,10 +23,7 @@ With Metro running, open a new terminal window/pane from the root of your React
2723
```sh
2824
# Using npm
2925
npm run android
30-
31-
# OR using Yarn
32-
yarn android
33-
```
26+
````
3427
3528
### iOS
3629
@@ -53,9 +46,6 @@ For more information, please visit [CocoaPods Getting Started guide](https://gui
5346
```sh
5447
# Using npm
5548
npm run ios
56-
57-
# OR using Yarn
58-
yarn ios
5949
```
6050

6151
If everything is set up correctly, you should see your new app running in the Android Emulator, iOS Simulator, or your connected device.

0 commit comments

Comments
 (0)