Skip to content
View umuralpay's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report umuralpay

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
umuralpay/README.md

Welcome to my profile

Full Stack Developer

  • 🌍  I'm based in Amsterdam, Netherlands
  • ✉️  You can contact me at umuralpay[at]outlook.com

Pinned Loading

  1. React Native Animation React Native Animation
    1
    const FadeInView = (props) => {
    2
      const [fadeAnim] = useState(new Animated.Value(0))  // Initial value for opacity: 0
    3
    
                  
    4
      React.useEffect(() => {
    5
        Animated.timing(