Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 309 Bytes

File metadata and controls

16 lines (13 loc) · 309 Bytes

React-native-demos

React-native demos for China Software Cloud

To try a demo, change the contents of the reactNativeDemos class in index.android.js

EG:

export default class reactNativeDemos extends Component {
    render() {
        return (
            <NestedLayout />
        );
    }
}