Skip to content

Instantly share code, notes, and snippets.

View firdausious's full-sized avatar
🏠
Working from home

Mochammad Firdaus firdausious

🏠
Working from home
View GitHub Profile
@firdausious
firdausious / Pre-requisite.md
Created August 18, 2017 01:22
Setup requirements for React Native and Lumen

Pra-syarat


Hardware

  1. Laptop
  2. HP Android minimal Jelly Bean (4.1) + Kabel data (Jika ada)

Software (Support Windows, Linux, dan MacOS)

@firdausious
firdausious / Component.js
Created June 14, 2017 07:32 — forked from smontlouis/Component.js
React Native - Fixed header/footer disappearing on scroll
import React, { PropTypes, Component } from 'react'
import {
Animated,
ScrollView,
Text,
View,
} from 'react-native'
import EStyleSheet from 'react-native-extended-stylesheet'
const styles = EStyleSheet.create({
@firdausious
firdausious / Pre-requisite.md
Last active April 4, 2018 01:42 — forked from reyhansofian/Pre-requisite.md
Prasyarat untuk React Native Development

Pra-syarat


Hardware

  1. Laptop: Minimal Processor Core i5 , RAM 8GB
  2. HP Android minimal Jelly Bean (4.1)
  3. Kabel data

Software (untuk Windows, Linux, dan MacOS)

  • Git shell. Pilihan:
@firdausious
firdausious / .htaccess
Created July 11, 2016 08:11
CI: Simple .htaccess using mod_rewrite for CodeIgniter
<IfModule mod_rewrite.c>
RewriteEngine On
# !IMPORTANT! Set your RewriteBase here and don't forget trailing and leading
# slashes.
# If your page resides at
# http://www.example.com/mypage/test1
# then use
# RewriteBase /mypage/test1/
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f