Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the issue
export 'useAnimatedValue' (imported as 'useAnimatedValue') was not found in 'react-native' (possible exports: AccessibilityInfo, ActivityIndicator,
Alert, Animated, AppRegistry, AppState, Appearance, BackHandler, Button, CheckBox, Clipboard, DeviceEventEmitter, Dimensions, Easing, FlatList, I18nManager, Image, ImageBackground, InteractionManager, Keyboard, KeyboardAvoidingView, LayoutAnimation, Linking, LogBox, Modal, NativeEventEmitter, NativeModules, PanResponder, Picker, PixelRatio, Platform, Pressable, ProgressBar, RefreshControl, SafeAreaView, ScrollView, SectionList, Share, StatusBar, StyleSheet, Switch, Text, TextInput, Touchable, TouchableHighlight, TouchableNativeFeedback, TouchableOpacity, TouchableWithoutFeedback, UIManager, Vibration, View, VirtualizedList, YellowBox, _esModule, findNodeHandle, processColor, render, unmountComponentAtNode, unstable_batchedUpdates, unstable_createElement, useColorScheme, useLocaleContext, useWindowDimensions)
Expected behavior
useAnimatedValue
is exported.
Steps to reproduce
import {useAnimatedValue} from 'react-native'
Test case
https://codesandbox.io/p/sandbox/hopeful-butterfly-fp2kqg
Additional comments
The diff from rn vs@0.72.10 rn-web@0.19.10:
2d1
< ActionSheetIOS
10a10
> CheckBox
12d11
< ColorPropType
14,15d12
< DeviceInfo
< DevSettings
17,18d13
< DrawerLayoutAndroid
< DynamicColorIOS
20d14
< EdgeInsetsPropType
26d19
< InputAccessoryView
34,35d26
< NativeAppEventEmitter
< NativeDialogManagerAndroid
38d28
< Networking
40c30
< PermissionsAndroid
---
> Picker
43,44d32
< PlatformColor
< PointPropType
47,48c35
< ProgressBarAndroid
< PushNotificationIOS
---
> ProgressBar
50,51c37
< requireNativeComponent
< RootTagContext
---
> render
55d40
< Settings
60d44
< Systrace
63d46
< ToastAndroid
69d51
< TurboModuleRegistry
71,73c53,54
< unstable_batchedUpdates
< unstable_enableLogBox
< useAnimatedValue
---
> unmountComponentAtNode
> unstable_createElement
74a56
> useLocaleContext
76d57
< UTFSequence
79d59
< ViewPropTypes
81d60
< VirtualizedSectionList