Create a button in React Native
We will just be getting familiar with the tech stack this week.
- Create a branch titled
netid-onboarding
- Install dependencies using
npm install
- Follow the TODO comments in the
index.tsx file in the app directory and use react-native components and Nativewind styling to create a button that does something (ex. display text or an alert)
- Download the Expo Go app and test out the button on your mobile device by running
npx expo start
- Take a screenshot of your button and add it to a PR (make sure to link this issue to the PR and add Ashlie and Claire as reviewers)
- All done!
Create a button in React Native
We will just be getting familiar with the tech stack this week.
netid-onboardingnpm installindex.tsxfile in the app directory and use react-native components and Nativewind styling to create a button that does something (ex. display text or an alert)npx expo start