Skip to content

Commit

Permalink
Merge branch 'main' into KAN-19
Browse files Browse the repository at this point in the history
  • Loading branch information
sjsjmine129 authored Apr 8, 2024
2 parents be1dd4b + 7b45c73 commit 9677ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/home/HomeScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {SvgXml} from 'react-native-svg';
import {svgXml} from '../../assets/svg';
import Header from '../../components/Header';


export default function HomeScreen() {
const navigation = useNavigation();

Expand Down
1 change: 1 addition & 0 deletions src/screens/signup/SignupScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default function SignupScreen() {
}}
style={styles.buttonTest}>
<Text style={styles.buttonText}>Test Axios HELLO!</Text>

</AnimatedButton>
</View>
);
Expand Down

0 comments on commit 9677ccf

Please sign in to comment.