UNPKG

react-native-template-agile-rn

Version:

<h3 align="center"> <b>Agile RN</b> is a <b>React Native ⚛ template</b> that was created to <i>speed up project start-up</i> as well as make <i>app development easier</i>. <h3>

8 lines (5 loc) 128 B
import styled from 'styled-components/native'; const Picker = styled.Picker` align-self: stretch; `; export default Picker;