-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Good job #1
Comments
I edited it a bit, try using this in the App.js file instead: import React, { useRef } from "react"; import { getStatusBarHeight } from "react-native-status-bar-height"; const STATUS_BAR_HEIGHT = const StatusBarBackground = () => { const { diffClamp } = Animated; const App = () => { const ref = useRef(null); const scrollY = useRef(new Animated.Value(0)); const translateY = scrollYClamped.interpolate({ const translateYNumber = useRef(); translateY.addListener(({ value }) => { const handleScroll = Animated.event( const handleSnap = ({ nativeEvent }) => { return ( const styles = StyleSheet.create({ export default App; |
good work but i dont know did you noticed that its not working on IOS
The text was updated successfully, but these errors were encountered: