Paul Anthony
Paul Anthony
Not sure if this is something I'm doing, but I've just uploaded rinse to github, and npm installed it in my project. Anyone any ideas, or settings I may need...
react-native-cli: 2.0.1 react-native: 0.60.4 "@shoutem/ui": "^1.0.1", Fresh install, fresh project - I get Unrecognized font family 'Rubik-Regular'. This seems to be a recurrent problem, I am not using Expo. linking...
On a fresh install - there are warnings at the console about componentWillReceiveProps. react-native-cli: 2.0.1 react-native: 0.60.4
clicking on the Videos component after a fresh library install in a fresh project returns the following.
``` "@typescript-eslint/no-unused-vars": [ "error", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_", "caughtErrorsIgnorePattern": "^_" } ], ``` occasionally there are instances where no unused variables is too aggressive. I tend to use underscores...