Andy Santana

Results 7 comments of Andy Santana

You're right, to fix that you need to clone the project and update the sharp version to the ^0.28.1 after that you can manually deploy the project to heroku, and...

Solution: https://github.com/Monte9/react-native-ratings/issues/26#issuecomment-401279355

The font is already linked when I use `import { Text } from 'react-native'` works fine

```js import { Text } from 'react-native-design-utility'; // I tested with this 2 ways Some text // and Some text ```