File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ export default class AppIntro extends Component {
189
189
}
190
190
191
191
renderPagination = ( index , total , context ) => {
192
- const { activeDotColor, dotColor, rightTextColor } = this . props ;
192
+ const { activeDotColor, dotColor, rightTextColor, leftTextColor } = this . props ;
193
193
const ActiveDot = (
194
194
< View
195
195
style = { [ this . styles . activeDotStyle , { backgroundColor : activeDotColor } ] }
@@ -237,7 +237,7 @@ export default class AppIntro extends Component {
237
237
style = { this . styles . full }
238
238
onPress = { isSkipBtnShow ? ( ) => this . props . onSkipBtnClick ( index ) : null }
239
239
>
240
- < Text style = { [ this . styles . controllText , { color : rightTextColor } ] } > { this . props . skipBtnLabel } </ Text >
240
+ < Text style = { [ this . styles . controllText , { color : leftTextColor } ] } > { this . props . skipBtnLabel } </ Text >
241
241
</ TouchableOpacity >
242
242
</ Animated . View >
243
243
< View style = { this . styles . dotContainer } >
@@ -284,7 +284,7 @@ export default class AppIntro extends Component {
284
284
style = { this . styles . full }
285
285
onPress = { isSkipBtnShow ? ( ) => this . props . onSkipBtnClick ( index ) : null }
286
286
>
287
- < Text style = { [ this . styles . controllText , { color : rightTextColor } ] } > { this . props . skipBtnLabel } </ Text >
287
+ < Text style = { [ this . styles . controllText , { color : leftTextColor } ] } > { this . props . skipBtnLabel } </ Text >
288
288
</ TouchableOpacity >
289
289
</ View >
290
290
< View style = { this . styles . dotContainer } >
You can’t perform that action at this time.
0 commit comments