Componetes React Native para Android
🚀 Project imperativo
📦 Muito leve (~xxx kB)
⌨️ Compatível com android
🎨 Layouts personalizáveis
🔧 Configuração flexível
EXP_Ui_Component is an open-source mobile framework for developing interface and front-end components for applications, using ReactNative, TypeScript and JavaScript, improving the user experience in a friendly and responsive app.
This project is being maintained by a small developer, and any help with issues and pull requests is always appreciated. If you can and want to contribute, contact us by whats (xx) xxxx-xxxx
Before you begin, you will need to have the following tools installed on your machine:
Compatible with react-native >= 0.64.3
yarn add ws-ui-components
or
npm i ws-ui-components
$ git clone https://github.com/expfig/exp-ui-components.git
# Access the project folder cmd/terminal
$ cd exp-ui-components
# Install the dependencies
$ yarn install
<TextNative
text="Hello Friend"
/>
<InputWs
height={50}
textLabel='Nome'
textAlign='left'
colorTextLabel="#6c757d"
fontSize={18}
fontWeight='500'
placeholder='Informe seu nome'
borderWidth={1}
borderColor='#cdcdcd'
borderRadius={4}
paddingLeft={16}
marginTop={4}
placeholderTextColor={"#cdcdcd"}
rightIconJsx={<User size={24} color="#6c757d"/> }
/>
This project is under the license MIT.
Made by Weverson Luan De Sousa