diff --git a/FabricExample/src/screens/Examples/AwareScrollViewStickyFooter/index.tsx b/FabricExample/src/screens/Examples/AwareScrollViewStickyFooter/index.tsx index fd719afbd8..e0b0827c7d 100644 --- a/FabricExample/src/screens/Examples/AwareScrollViewStickyFooter/index.tsx +++ b/FabricExample/src/screens/Examples/AwareScrollViewStickyFooter/index.tsx @@ -1,5 +1,5 @@ import React, { useCallback, useEffect, useMemo, useState } from "react"; -import { Button, Text, View } from "react-native"; +import { Alert, Button, Text, View } from "react-native"; import { KeyboardAwareScrollView, KeyboardStickyView, @@ -82,7 +82,7 @@ export default function AwareScrollViewStickyFooter({ navigation }: Props) { A mocked sticky footer -