You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
text: 'React Native enables you to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript and React. The focus of React Native is on developer efficiency across all the platforms you care about — learn once, write anywhere. Facebook uses React Native in multiple production apps and will continue investing in React Native.',
@@ -403,6 +375,10 @@ var styles = StyleSheet.create({
403
375
padding: 4,
404
376
marginBottom: 4,
405
377
},
378
+
multilineExpandable: {
379
+
height: 'auto',
380
+
maxHeight: 100,
381
+
},
406
382
multilineWithFontStyles: {
407
383
color: 'blue',
408
384
fontWeight: 'bold',
@@ -801,10 +777,13 @@ exports.examples = [
801
777
render: function(){
802
778
return(
803
779
<View>
804
-
<AutoExpandingTextInput
780
+
<TextInput
805
781
placeholder="height increases with content"
782
+
defaultValue="React Native enables you to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript and React. The focus of React Native is on developer efficiency across all the platforms you care about - learn once, write anywhere. Facebook uses React Native in multiple production apps and will continue investing in React Native."
0 commit comments