Dev Journalby < absjabed />

Back

app-dev

Full Post - Coming Soon...

React-Native is a cross platform platform for mobile application development.

import React from 'react';
import { Text, View } from 'react-native';

export default function HelloWorldApp() {
  return (
    <View style={{
        flex: 1,
        justifyContent: 'center',
        alignItems: 'center'
      }}>
      <Text>Hello, world!</Text>
    </View>
  );
}

ReactNative is a javascript framework for mobile app development!

---------- devJournal ----------

created by absjabed; powred by gatsbyjs gatsby © 2022