Skip to content

Commit

Permalink
Removed "TextInput" from the imports as it was never used. (facebook#…
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhileshJr08 authored May 30, 2021
1 parent 686322e commit 2148c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ You can render this component multiple times and in multiple places without repe

```SnackPlayer name=Multiple%20Components
import React from 'react';
import { Text, TextInput, View } from 'react-native';
import { Text, View } from 'react-native';
const Cat = () => {
return (
Expand Down

0 comments on commit 2148c6c

Please sign in to comment.