Skip to content

Commit 1129ca9

Browse files
Upgrade to SDK 51
1 parent 7ccdafc commit 1129ca9

File tree

3 files changed

+2934
-11447
lines changed

3 files changed

+2934
-11447
lines changed

password-visibility-custom-hook-example/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import React, { useState } from "react";
1+
import { useState } from "react";
22
import { StyleSheet, Pressable, TextInput, View } from "react-native";
3-
import { MaterialCommunityIcons } from "@expo/vector-icons";
3+
import MaterialCommunityIcons from "@expo/vector-icons/MaterialCommunityIcons";
44

55
import { useTogglePasswordVisibility } from "./hook/useTogglePasswordVisibility";
66

0 commit comments

Comments
 (0)