unicorn-demo-app 6.26.1 → 6.26.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -282,9 +282,9 @@ export default class TextFieldScreen extends Component {
|
|
|
282
282
|
|
|
283
283
|
<Text marginB-s1>Inline</Text>
|
|
284
284
|
<View row>
|
|
285
|
-
<TextField placeholder="hours"
|
|
285
|
+
<TextField placeholder="hours"/>
|
|
286
286
|
<Text marginT-s1> : </Text>
|
|
287
|
-
<TextField placeholder="minutes"
|
|
287
|
+
<TextField placeholder="minutes"/>
|
|
288
288
|
</View>
|
|
289
289
|
</View>
|
|
290
290
|
<KeyboardAwareInsetsView/>
|