-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yudho hacktoberfest #3
base: master
Are you sure you want to change the base?
Conversation
import { ScrollView, Text } from 'react-native' | ||
import { connect } from 'react-redux' | ||
import { TouchableOpacity } from 'react-native' | ||
import { ScrollView, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to fix the indent, indent spaces are 2
import {
ScrollView,
Text,
View,
SafeAreaView,
FlatList,
Image,
}
<TouchableOpacity onPress={()=> this.actionDetail()}> | ||
<View | ||
width={295} height={90} | ||
style={apply('rounded-b-lg rounded-t-lg bg-white mt-5 pl-7 items-center')}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if it more than 3 styles, you can put it on Style file
@@ -1,10 +1,8 @@ | |||
import { StyleSheet } from 'react-native' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the whole file needs to be transformed into OsmiCSX
import { connect } from '../../Themes/OsmiCSX'
export default connect({
// your style code goes here
})
fix styling with osmicsx lib