Skip to content

Commit

Permalink
docs: New GIF is added with dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Jan 16, 2022
1 parent a349385 commit 6dfd759
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import "react-native-gesture-handler";
import React from "react";
import { StatusBar, useColorScheme } from "react-native";
import SplashScreen from "react-native-splash-screen";
/**
* ? Local Imports
*/
import Navigation from "./src/services/navigation";
import { isAndroid } from "@freakycoder/react-native-helpers";

Expand All @@ -16,6 +20,10 @@ const App = () => {
StatusBar.setBackgroundColor("rgba(0,0,0,0)");
StatusBar.setTranslucent(true);
}

setTimeout(() => {
SplashScreen.hide();
}, 750);
}, [scheme]);

return (
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<p align="center">
<img alt="React Native Typescript Boilerplate"
src="assets/react-native-typescript-boilerplate.gif" height="850" />
src="assets/react-native-typescript-boilerplate.gif" height="650" />
</p>

# 🐶 What's Included?
Expand Down Expand Up @@ -73,6 +73,7 @@ git clone [email protected]:WrathChaos/react-native-typescript-boilerplate.git my-a
## Clean-Up & Simple Run

Clean up the files from the example repository and do not forget to install the dependencies
There is a good example by default on `HomeScreen`. You can delete the all screens.

- `npm i`
- `npm run clean-up`
Expand Down
Binary file modified assets/react-native-typescript-boilerplate.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6dfd759

Please sign in to comment.