We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a93a56a + 6cdd7b1 commit 7cceeebCopy full SHA for 7cceeeb
README.md
@@ -99,7 +99,7 @@ We recommend that you follow two rules when implementing this component.
99
[MIT](LICENSE) © Nick Baugh
100
101
102
-##
+##
103
104
[npm]: https://www.npmjs.com/
105
src/index.tsx
@@ -1,3 +1,4 @@
1
+/* eslint @typescript-eslint/prefer-nullish-coalescing: 0 */
2
import * as React from 'react';
3
import {
4
View,
@@ -9,8 +10,6 @@ import {
9
10
} from 'react-native';
11
import styles from './style';
12
-const transparent = 'transparent';
13
-
14
export interface SpinnerPropTypes {
15
cancelable?: boolean;
16
color?: string;
0 commit comments