Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import React from "react";
  2. import { View } from "react-native";
  3.  
  4. const AnimacaoScrollView = () => {
  5. return <View />;
  6. };
  7.  
  8. export default AnimacaoScrollView;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement