Skip to content

Python script that maps React Components to platform native (Web, iOS, and Android) components.

License

Notifications You must be signed in to change notification settings

mutohq/React-map

Repository files navigation

React-map

##Python script that maps React Components to platform native (Web, iOS, and Android) components.

##Set up

  • Install python or python3 sudo apt-get install idle-python3.4
  • Install pip3 sudo apt-get install python3-pip

##Instructions

Input type

return ( <View style = {styles.container}>
            <Text style ={styles.name}>
            Hello, Bhavyanth!
            </Text> </View> 
			<Nav />
			<App />


        );

Ouput

    return ( /*<View style = {styles.container}>
            /*<Text style ={styles.name}>
            Hello, Bhavyanth!
            </Text>*/ </View>*/ 
			/*<Nav />*/
			/*<App />*/


        );
    return ( <span style = {styles.container}>
            <p style ={styles.name}>
            Hello, Bhavyanth!
            </p> </span> 
			/*<Nav />*/
			/*<App />*/


        );

Dictionary used

[Dictionary] (https://github.com/mutohq/React-map/blob/master/Dictionary/storage.json)

About

Python script that maps React Components to platform native (Web, iOS, and Android) components.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published