KUkshitij upmanyuinnamaste-world-with-react-native.hashnode.dev·Dec 9, 2024 · 2 min readNamaste World with React Native 🙏🏻 ⚛️We will start by deleting the boilerplate code provided to us by react native and rewrite the code by ourselves. So we’ll first import React from react. import React from 'react'; Now we’ll import some components from React Native. import { View, Te...00