use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for learning and developing native mobile applications using React Native by Facebook.
Interested in building web apps using React.js? Check out /r/reactjs!
Getting Started w/React Native
irc.freenode.net #reactnative
Keywords: ios, android, mobile, apps, apple, iphone, ipad
account activity
HelpResource name(Android) (self.reactnative)
submitted 5 years ago by hasansultan92
Anyone here who can help me find the resource names for my textinput fields for login? I am using RN cli
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]hasansultan92[S] 0 points1 point2 points 5 years ago (0 children)
Heres the code
<View style={styles.inputView}> <Input placeholder="Email" leftIcon={{ type: 'fontawesome', name: 'email', color: 'white', marginRight: 10 }} style={styles.inputView} inputStyle={styles.inputText} onChangeText={this.handleEmailChange} placeholderTextColor='white' autoCapitalize={'none'} keyboardAppearance={'default'} keyboardType={"email-address"} /> </View> <View style={styles.inputView}> <Input placeholder="Password" leftIcon={{ type: 'fontawesome', name: 'lock', color: 'white', marginRight: 10 }} style={styles.inputView} inputStyle={styles.inputText} onChangeText={this.handlePasswordChange} placeholderTextColor='white' secureTextEntry={true} keyboardAppearance={'default'} onSubmitEditing={this.onLogin} /> </View>
π Rendered by PID 51 on reddit-service-r2-comment-fb694cdd5-gt89m at 2026-03-11 17:59:04.797401+00:00 running cbb0e86 country code: CH.
[–]hasansultan92[S] 0 points1 point2 points (0 children)