Abraão Zaidan

Results 1 comments of Abraão Zaidan

I have a solution. Before: ```tsx import React from 'react'; import SkeletonContent from 'react-native-skeleton-content-nonexpo'; const MyComponent = (): JSX.Element => { return ; } ``` After: ```tsx import React, {...