Skip to content

Commit a8d0fda

Browse files
committed
9.0.0
1 parent 91bac00 commit a8d0fda

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
# 9.0.0
6+
7+
🚨 **BREAKING CHANGES:**
8+
- React 19 **required**
9+
- Remove deprecated `StyleSheet.absoluteFillObject`
10+
11+
Other:
12+
- Eslint flat config
13+
- Example app was updated to RN `0.84.x`
14+
- Update `devDependencies`
15+
- Yarn `4.13.0`
16+
17+
518
## 8.0.0
619

720
- support React Compiler (perf. optimisation)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ A simple react-native confirmation code field compatible with iOS, Android.
3636

3737
```sh
3838
yarn add react-native-confirmation-code-field
39+
# ^^^ React 19 required!
40+
# if you want to use it with React 18, use version 8.x.x
3941
```
4042

4143
## How it works

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-confirmation-code-field",
3-
"version": "8.0.1",
3+
"version": "9.0.0",
44
"main": "esm/index.js",
55
"types": "esm/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)