-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.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) - 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!