Skip to content

Commit 7a36035

Browse files
adityapawar1jjstnlee
authored andcommitted
[bug] Add other ethnicities (#83)
* Add other ethnicities * Remove old settings
1 parent f47708b commit 7a36035

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/app/(tabs)/settings/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,12 @@ function SettingsScreen() {
259259
options={[
260260
'American Indian/Alaska Native',
261261
'Asian',
262+
'Hispanic/Latinx',
263+
'Middle Eastern',
262264
'Black or African American',
263265
'Native Hawaiian or other Pacific Islander',
264266
'White',
267+
'Not Listed Here',
265268
'Prefer Not to Disclose',
266269
]}
267270
label="Race/Ethnicity"

src/app/auth/onboarding/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,12 @@ function OnboardingScreen() {
219219
options={[
220220
'American Indian/Alaska Native',
221221
'Asian',
222+
'Hispanic/Latinx',
223+
'Middle Eastern',
222224
'Black or African American',
223225
'Native Hawaiian or other Pacific Islander',
224226
'White',
227+
'Not Listed Here',
225228
'Prefer Not to Disclose',
226229
]}
227230
label="Race/Ethnicity"

0 commit comments

Comments
 (0)