|
|
@@ -10,6 +10,7 @@ import axios from 'axios'; |
|
|
|
import { connect } from 'react-redux'; |
|
|
|
import { serviceActionPending, serviceActionError, serviceActionSuccess } from '../actions/PrescriptionActions'; |
|
|
|
import ProgressCircle from 'react-native-progress-circle'; |
|
|
|
import back from '../assets/icons/back1.png' |
|
|
|
import LottieView from 'lottie-react-native'; |
|
|
|
class Prescription extends Component<Props> { |
|
|
|
|
|
|
@@ -66,7 +67,9 @@ class Prescription extends Component<Props> { |
|
|
|
<View> |
|
|
|
<View style={styles.pre_style1}> |
|
|
|
<TouchableOpacity style={styles.pre_style2} onPress={this.handleBackButtonClick} activeOpacity={1} > |
|
|
|
<Icon onPress={this.handleBackButtonClick} style={styles.pre_style3} name='arrow-back' /> |
|
|
|
{/* <Icon onPress={this.handleBackButtonClick} style={styles.pre_style3} name='arrow-back' /> */} |
|
|
|
<Image |
|
|
|
style={{width: 20,height: 20,backgroundColor: "white",marginVertical: 6,marginLeft:2}} source={back} /> |
|
|
|
</TouchableOpacity> |
|
|
|
<View style={styles.pre_style4} /> |
|
|
|
<Text style={styles.pre_style5}>Prescription</Text> |
|
|
|