mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
env.example
This commit is contained in:
6
app/.env.example
Normal file
6
app/.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
# replace with your values
|
||||
DEFAULT_PNUMBER=13HF12435
|
||||
DEFAULT_DOB=060222
|
||||
DEFAULT_DOE=240312
|
||||
DEFAULT_ADDRESS=0xf4a...a2f
|
||||
LOCAL_IP=http://192.168.1.1:3000
|
||||
@@ -234,13 +234,13 @@ function App(): JSX.Element {
|
||||
style={styles.input}
|
||||
onChangeText={setDateOfBirth}
|
||||
value={dateOfBirth}
|
||||
placeholder="Date of Birth (YYYY-MM-DD)"
|
||||
placeholder="Date of Birth (YYMMDD)"
|
||||
/>
|
||||
<TextInput
|
||||
style={styles.input}
|
||||
onChangeText={setDateOfExpiry}
|
||||
value={dateOfExpiry}
|
||||
placeholder="Date of Expiry (YYYY-MM-DD)"
|
||||
placeholder="Date of Expiry (YYMMDD)"
|
||||
/>
|
||||
<Button title="Scan Passport with NFC" onPress={scan} />
|
||||
<Button title="Call native method" onPress={handleNative} />
|
||||
|
||||
Reference in New Issue
Block a user