Skip to content

Instantly share code, notes, and snippets.

View ekzn's full-sized avatar
📲
mobile first product

ekzn

📲
mobile first product
View GitHub Profile
@ekzn
ekzn / androidx-class-mapping.csv
Created June 26, 2019 11:39 — forked from janicduplessis/androidx-class-mapping.csv
Update react-native libraries under node_modules to androidx
Support Library class Android X class
android.support.v8.renderscript.Allocation android.renderscript.Allocation
android.support.v8.renderscript.Element android.renderscript.Element
android.support.v8.renderscript.RenderScript android.renderscript.RenderScript
android.support.v8.renderscript.ScriptIntrinsicBlur android.renderscript.ScriptIntrinsicBlur
android.support.transition.AnimatorUtils androidx.transition.AnimatorUtils
android.support.transition.ArcMotion androidx.transition.ArcMotion
android.support.transition.AutoTransition androidx.transition.AutoTransition
android.support.transition.ChangeBounds androidx.transition.ChangeBounds
android.support.transition.ChangeClipBounds androidx.transition.ChangeClipBounds
@ekzn
ekzn / AppText.js
Created November 27, 2018 09:42 — forked from neilsarkar/AppText.js
React Native Text Wrapper for default font
'use strict';
import React, {Component} from 'react';
import {
Text,
} from 'react-native';
export default class AppText extends Component {
constructor(props) {
super(props)
@ekzn
ekzn / bootstrap-multistep-form.markdown
Created May 4, 2018 08:16
Bootstrap MultiStep Form
watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf node_modules/ && npm cache clean && npm install && npm start -- --reset-cache
@ekzn
ekzn / README.md
Created April 29, 2016 06:11 — forked from magnetikonline/README.md
Install OSX Parallels version 10 / 11 tools on Ubuntu server guest.

Install OSX Parallels version 10 / 11 tools on Ubuntu server guest

  • Create Ubuntu server instance under Parallels (obviously).

  • Start VM, goto Actions - Install Parallels Tools... to mount the ISO image.

    • Note: if this fails, or updating tools for an existing guest you can do the following:
    • Goto Devices > CD/DVD 1 > Connect Image....
    • Select the following ISO image: /Applications/Parallels Desktop/Contents/Resources/Tools/prl-tools-lin.iso.
    • This will mount the tools CD image.
  • From the terminal, run the following commands: