Skip to content

Commit 4fdcaa4

Browse files
committed
released 0.2.3
1 parent 597be88 commit 4fdcaa4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-flexible-grid",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "React Native Flexible Grid is an advanced grid layout system inspired by CSS Grid, designed to facilitate responsive, customizable, and dynamic grid layouts in React Native applications. It supports both responsive and fixed layouts, enabling the creation of intricate designs with minimal effort.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -33,10 +33,13 @@
3333
"keywords": [
3434
"react-native",
3535
"ios",
36+
"react-native-web",
3637
"android",
3738
"grid",
3839
"grid-layout",
39-
"masonry"
40+
"masonry",
41+
"rtl",
42+
"rtl-support"
4043
],
4144
"repository": {
4245
"type": "git",
@@ -127,4 +130,4 @@
127130
"directories": {
128131
"example": "example"
129132
}
130-
}
133+
}

0 commit comments

Comments
 (0)