Skip to content

Commit b4bd824

Browse files
committed
docs
1 parent a3b7ff4 commit b4bd824

File tree

9 files changed

+36
-64
lines changed

9 files changed

+36
-64
lines changed

demo/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"react-native": "0.74.1",
1111
"react-native-svg": "15.2.0",
1212
"react-native-web": "~0.19.6",
13-
"rn-declarative": "^0.0.49",
14-
"rn-declarative-eva": "^0.0.39"
13+
"rn-declarative": "^0.0.51",
14+
"rn-declarative-eva": "^0.0.40"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.19.3",

packages/rn-declarative-eva/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ⚛️ rn-declarative
22

3-
> Adaptive layout for the `react-native`
3+
> Responsive layout for the `react-native`
44
5-
![screencast](./assets/screencast.gif)
5+
![screencast](https://github.com/react-declarative/rn-declarative/blob/HEAD/assets/screencast.gif)
66

77
## Installation
88

@@ -32,7 +32,7 @@ FieldType.Group, FieldType.Fragment, FieldType.Layout, FieldType.Condition
3232

3333
## Code sample
3434

35-
> Adaptive Forms for the React Native
35+
> Responsive Forms for the React Native
3636
3737
```tsx
3838
import { One, FieldType, TypedField } from 'rn-declarative';
-2.71 MB
Binary file not shown.

packages/rn-declarative-eva/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/rn-declarative-eva/package.json

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rn-declarative-eva",
3-
"version": "0.0.39",
4-
"description": "A lighter version of the react-declarative which exports the <One /> component and dependencies only and as such makes the library slightly faster and smaller. Unlike react-declarative, it doesn't provide any additional overhead like state management. For a note, that library should be used when you want to use <One /> forms in existing app",
3+
"version": "0.0.40",
4+
"description": "A responsive layout for the react-native",
55
"private": false,
66
"author": {
77
"name": "Petr Tripolsky",
@@ -15,32 +15,18 @@
1515
"license": "MIT",
1616
"homepage": "https://react-declarative-playground.github.io",
1717
"keywords": [
18-
"react",
19-
"typescript",
20-
"state-management",
21-
"frontend",
22-
"material-ui",
23-
"MUI",
24-
"declarative",
25-
"form-validation",
26-
"layout-engine",
27-
"grid-system",
28-
"declarative-programming",
29-
"json-endpoint",
30-
"standalone",
31-
"nested-grids",
32-
"layout-grid",
33-
"intellisense",
34-
"code-autocomplete",
35-
"form-builder"
18+
"react-native",
19+
"ui-kitten",
20+
"ui-kit",
21+
"responsive"
3622
],
3723
"repository": {
3824
"type": "git",
39-
"url": "https://github.com/react-declarative/react-declarative-lite",
25+
"url": "https://github.com/react-declarative/rn-declarative",
4026
"documentation": "https://github.com/react-declarative/react-declarative/tree/master/docs"
4127
},
4228
"bugs": {
43-
"url": "https://github.com/react-declarative/react-declarative-lite/issues"
29+
"url": "https://github.com/react-declarative/rn-declarative/issues"
4430
},
4531
"main": "dist/index.modern.js",
4632
"module": "dist/index.modern.js",

packages/rn-declarative/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ⚛️ rn-declarative
22

3-
> Adaptive layout for the `react-native`
3+
> Responsive layout for the `react-native`
44
5-
![screencast](./assets/screencast.gif)
5+
![screencast](https://github.com/react-declarative/rn-declarative/blob/HEAD/assets/screencast.gif)
66

77
## Installation
88

@@ -32,7 +32,7 @@ FieldType.Group, FieldType.Fragment, FieldType.Layout, FieldType.Condition
3232

3333
## Code sample
3434

35-
> Adaptive Forms for the React Native
35+
> Responsive Forms for the React Native
3636
3737
```tsx
3838
import { One, FieldType, TypedField } from 'rn-declarative';

packages/rn-declarative/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/rn-declarative/package.json

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rn-declarative",
3-
"version": "0.0.49",
4-
"description": "A lighter version of the react-declarative which exports the <One /> component and dependencies only and as such makes the library slightly faster and smaller. Unlike react-declarative, it doesn't provide any additional overhead like state management. For a note, that library should be used when you want to use <One /> forms in existing app",
3+
"version": "0.0.51",
4+
"description": "A responsive layout for the react-native",
55
"private": false,
66
"author": {
77
"name": "Petr Tripolsky",
@@ -15,32 +15,18 @@
1515
"license": "MIT",
1616
"homepage": "https://react-declarative-playground.github.io",
1717
"keywords": [
18-
"react",
19-
"typescript",
20-
"state-management",
21-
"frontend",
22-
"material-ui",
23-
"MUI",
24-
"declarative",
25-
"form-validation",
26-
"layout-engine",
27-
"grid-system",
28-
"declarative-programming",
29-
"json-endpoint",
30-
"standalone",
31-
"nested-grids",
32-
"layout-grid",
33-
"intellisense",
34-
"code-autocomplete",
35-
"form-builder"
18+
"react-native",
19+
"ui-kitten",
20+
"ui-kit",
21+
"responsive"
3622
],
3723
"repository": {
3824
"type": "git",
39-
"url": "https://github.com/react-declarative/react-declarative-lite",
25+
"url": "https://github.com/react-declarative/rn-declarative",
4026
"documentation": "https://github.com/react-declarative/react-declarative/tree/master/docs"
4127
},
4228
"bugs": {
43-
"url": "https://github.com/react-declarative/react-declarative-lite/issues"
29+
"url": "https://github.com/react-declarative/rn-declarative/issues"
4430
},
4531
"main": "dist/index.modern.js",
4632
"module": "dist/index.modern.js",

0 commit comments

Comments
 (0)