Skip to content

Commit 9fb6b2d

Browse files
committed
docs: mark RN 0.84 supported
1 parent a79d84e commit 9fb6b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ We try our best to maintain backwards compatibility of our plugin with previous
112112
| v0.71-v0.79 | 4.1+ (TLS 1.2+) | 9 ||| v8.3.2 |
113113
| v0.71-v0.79 | 4.1+ (TLS 1.2+) | 15.5 ||| v9.0.2 |
114114
| v0.71-v0.80 | 4.1+ (TLS 1.2+) | 15.5 ||| v10+ |
115-
| v0.74-v0.83 | 4.1+ (TLS 1.2+) | 15.5 ||| v11+ |
115+
| v0.74-v0.84 | 4.1+ (TLS 1.2+) | 15.5 ||| v11+ |
116116

117117
We work hard to respond to new RN releases, but they do occasionally break us. We will update this chart with each RN release, so that users can check to see what our "official" support is.
118118

@@ -151,8 +151,8 @@ For a more aggressive setup, you may choose to also install updates in the backg
151151
On Android in New Arch it is preferable to use ON_NEXT_RESUME instead of ON_NEXT_SUSPEND because it looks like React Native has a bug where network requests fail when React initializes in the background.
152152

153153
```javascript
154-
import { Platform } from 'react-native';
155154
import withCodePush, { CheckFrequency, InstallMode } from '@appzung/react-native-code-push';
155+
import { Platform } from 'react-native';
156156

157157
withCodePush({
158158
checkFrequency: CheckFrequency.ON_APP_RESUME,

0 commit comments

Comments
 (0)