Hello World in React Native
Here is how you can render a simple 'Hello World!' in React Native.
Delete all the contents of App.tsx that are created by default when creating a new React Native project:
import React from 'react';
import type {PropsWithChildren} from 'react';
impo...
dandangol.hashnode.dev2 min read