Ahmet Özdemir

Results 2 issues of Ahmet Özdemir

I am using both react-native-material-textfield and react-native-material-dropdown for my project. However, I get this error: `ENOENT: no such file or directory, scandir 'F:\git\shelty\front-end\node_modules\react-native-material-dropdown\node_modules\react-native-material-textfield\src\components\field\node_modules\react-native'`

Giving this error while using BorderShadow that is wrapping a View. Code: ` Test ` where 'feedShadow' is: `const feedShadow = { width: screenWidth - 40, color: COLORS.BLACK, border: 10,...