Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Saboten758 committed Aug 28, 2023
1 parent 7960ce5 commit 0849ad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ import Root from "./Navigators/Root";
import BootSplash from "react-native-bootsplash";
import { Alert, Linking, ToastAndroid } from "react-native";
import axios from "axios";
import SystemNavigationBar from "react-native-system-navigation-bar";

const App=()=>{

const [latestVersion, setLatestVersion] = useState("");
const currentVersion = "1.3";

SystemNavigationBar.setNavigationColor('#3D3C49')
useEffect(() => {
const init = async () => {
axios.get("https://api.github.com/repos/Saboten758/Lemon_Player/releases/latest")
Expand Down

0 comments on commit 0849ad7

Please sign in to comment.