Lecture 4 A
Lecture 4 A
Lecture 4 A
DEVELOPMENT
BCS/BSE – 6
Instructor Name:Aatiqa Bint e Ghazali
CREATING AN APP IN REACT NATIVE
OFFICIAL DOCS
• Always refer to the official documentation
• https://reactnative.dev/docs
WORK USING FRAMEWORK:EXPO
• The best way to work with React Native is by using a framework
• It provides all the necessary tools and APIs for building production-ready
apps.
• It’s still possible to use React Native without a dedicated framework
• However, developers find it beneficial to use a framework like Expo.
• Expo simplifies the development process
• you’ll be able to spend time writing your app instead of writing an entire
Framework
• You can always jump back when you become comfortable with using
React native
EXPO
• Expo is a framework and a platform for universal React applications.
• It is a set of tools and services built around React Native that helps you
develop, build, and deploy React Native applications more quickly and
easily.
START A NEW REACT NATIVE PROJECT
WITH EXPO
• Documentation :
https://docs.expo.dev/get-started/set-up-your-environment/
• To create a new Expo project, run the following in your terminal:
• npx create-expo-app@latest (with TS)
• npx create-expo-app@latest --template(with JS) choose blank
• For now we will go with javascript