Giter Site home page Giter Site logo

hoaphantn7604 / react-native-template-components Goto Github PK

View Code? Open in Web Editor NEW
169.0 3.0 60.0 26.29 MB

React Native Template Typescript

License: MIT License

JavaScript 2.03% TypeScript 85.95% Java 7.03% Ruby 1.87% Objective-C 2.19% Objective-C++ 0.92%
react-native elements components uikit template boilerplate react-native-template template-typescript-free react-native-template-typescript redux-persist

react-native-template-components's Introduction

React Native Template Components

Building a mobile application from scratch can be a time-consuming process and it's not always necessary to start from scratch. Using a pre-built React Native template can save time and effort while also providing a solid foundation for your project.

Video demo

Requirements

Node 12 or greater is required. Development for iOS requires a Mac and Xcode 10 or up, and will target iOS 11 and up.

You also need to install the dependencies required by React Native.
Go to the React Native environment setup, then select React Native CLI Quickstart tab.
Follow instructions for your given development OS and target OS.

Quick start

To create a new project using the boilerplate simply run :

npx react-native init MyApp --template react-native-template-components

Assuming you have all the requirements installed, you can run the project by running:

  • yarn start to start the metro bundler, in a dedicated terminal
  • yarn <platform> to run the platform application (remember to start a simulator or connect a device)

react-native-template-components's People

Contributors

hoaphantn7604 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

react-native-template-components's Issues

Text vanishes when using flexDirection: "row"

I want to place 2 drop downs side-by-side like this:

function DropDowns() {
    const data = [
        { label: 'Apple', value: 'apple' },
        { label: 'Banana', value: 'banana' }
    ];

    return (
        <View style={{flexDirection: "row"}}>
            <Dropdown
                labelField="label"
                valueField="value"
                data={data}
                onChange={() => { }}
            />
            <Dropdown
                labelField="label"
                valueField="value"
                data={data}
                onChange={() => { }}
            />
        </View>
    );
}

However, when placing inside the view with flexDirection: "row", the text all disappears.
Comment out that one line and it looks fine.
Is there a simple fix for this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.