applerdotxyz / rn-composable-ui

react-native, starter-kit, template, multi-platform, expo, web, mobile, ios, android
https://liveedit.vercel.app
Mozilla Public License 2.0
1 stars 4 forks source link

Added uix framework with 1st label Ui config #2

Closed subhamtsd closed 3 years ago

subhamtsd commented 4 years ago

Update on UIx framework and Layout config

saurhash commented 4 years ago

For AddEditEntity Can I use the Json Form schema itself (2 to 3 text fields) just for the sake of Demo ?

yes pls

Sent from ProtonMail mobile

-------- Original Message -------- On 29 Nov 2020, 22:58, subhamtsd wrote:

@subhamtsd commented on this pull request.


In src/uiConfig/index.tsx:

@@ -0,0 +1,67 @@ +import {Index} from '../pages/Index'; +import {First} from '../pages/First'; +import {Alternate} from '../pages/Alternate'; +import { Test } from '../pages/Test'; + + +// All component which will be rendered +export const componentsSet : any = {

  • Index,
  • First,
  • Alternate,
  • Test

Hi @saurshaz ,

Ok sure from tomorrow I will start my work on that from Monday morning. For AddEditEntity Can I use the Json Form schema itself (2 to 3 text fields) just for the sake of Demo ?

— You are receiving this because your review was requested. Reply to this email directly, view it on GitHub, or unsubscribe.

subhamtsd commented 3 years ago

Hi @saurshaz

I have updated all the components along with that I am have also fixed Lint error.

saurshaz commented 3 years ago

LGTM