We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9acdc62 commit e346139Copy full SHA for e346139
src/components/topics-list.component.js
@@ -1,6 +1,6 @@
1
import React from 'react';
2
import LinearGradient from 'react-native-linear-gradient';
3
-import styled from 'styled-components/native';
+import styled from 'styled-components';
4
import { colors, fonts } from 'config';
5
import { InlineLabel } from 'components';
6
import { FlatList, View } from 'react-native';
0 commit comments