I hereby claim:
- I am medredha on github.
- I am medredha (https://keybase.io/medredha) on keybase.
- I have a public key ASAxPs1_Ary9xBPf8UwyFugEVVnvBSBpJvUYVLyEhHfkzAo
To claim this, I am signing this object:
#!/bin/bash | |
# ____ ___ | |
# /\ _`\ /\_ \ | |
# \ \ \L\ \ __ __\//\ \ ____ __ | |
# \ \ ,__//\ \/\ \ \ \ \ /',__\ /'__`\ | |
# \ \ \/ \ \ \_\ \ \_\ \_ /\__, `\/\ __/ | |
# \ \_\ \ \____/ /\____\/\____/\ \____\ | |
# \/_/ \/___/ \/____/ \/___/ \/____/ | |
# | |
# Checking the vital signs of your developer toolchain. |
accent: "#00f3bf" | |
background: "#0f1115" | |
foreground: "#ffffff" | |
details: "darker" | |
terminal_colors: | |
normal: | |
black: "#101116" | |
red: "#ff0064" | |
green: "#00ff9b" | |
yellow: "#ff1e00" |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Ansi 0 Color</key> | |
<dict> | |
<key>Alpha Component</key> | |
<real>1</real> | |
<key>Blue Component</key> | |
<real>0.086274512112140656</real> |
I hereby claim:
To claim this, I am signing this object:
// SINCE IT'S A JSON FILE - PLEASE REMOVE ALL THE COMMENTS - | |
// You can trigger a local push notification on your simulator by either: | |
// 1. Change file extension from .json to .apns and Drag & Drop the payload.apns on the simulator | |
// 2. Use terminal with following commandline: xcrun simctl push booted [APP BUNDLE ID] payload.json | |
// ENJOY!! 🎉 | |
{ | |
"Simulator Target Bundle": "com.apple.mobilecal", // add app bundle id here Calendar app for example | |
"aps": { | |
"alert": { |
//////// FILENAME.STYLE.TS //////// | |
import { Dimensions, Platform, StyleSheet } from 'react-native'; | |
const { width, height } = Dimensions.get('window'); | |
const styles = StyleSheet.create({ | |
mainContainer: { | |
width, | |
height, |
A simple & beautiful customizable Flutter animation to use as a Splash Screen !
####Github : https://github.com/MedRedha
#Enjoy 🎉