Skip to content

Instantly share code, notes, and snippets.

@rnagella
rnagella / react-native-config.md
Last active June 13, 2020 19:52
React Native Auto Linking - Manually
module.exports = {
  dependencies: {
    'react-native-flipper': {
      platforms: {
        ios: null,
        android: null
      }
    }
 }
@rnagella
rnagella / contest.md
Created December 25, 2015 03:40 — forked from brentvatne/contest.md
React.js Conf Contest

React.js Conf tickets, everyone wants them but we only have space for 400 people, and that includes speakers, organizers and everyone’s proud parents and grandparents! If you are into speaking and have time before December 13th, you should submit a 30 minute talk or 5 minute lightning talk proposal. If you’re more into writing than speaking or coding, ReactJSNews is giving away 1 ticket for the best blog post submission. But you probably like programming, so React Native Newsletter & Exponent are giving away two tickets for the best React Native apps made with Exponent! Of course, if you like speaking, writing and programming you should do all of the above.

Details of the contest

  • You make an “app” and publish it to Exponent. You don’t have to open source it, but people
{
"words":["&","boil ","for ","is ","&","boy ","forest ","is ","a ","breast ","frantic ","it","a ","but ","friend ","it","a ","but ","from ","it","a ","but","from ","juice","a ","but ","garden ","lake","a ","butt ","girl ","language ","about ","by ","go ","languid ","above ","by ","goddess ","lather ","ache ","can ","gorgeous ","lazy ","ad ","chant ","gown ","less ","after ","chocolate ","hair ","let ","all ","cool ","has ","lick ","am ","could ","have ","lie ","am  ","crush","have ","life ","an ","cry","he ","light ","","and ","he ","like","and ","day","head ","like","and ","death ","heave ","like","and ","delirious ","her ","live","and ","diamond","her","love ","apparatus ","did ","here ","luscious ","are ","do ","him ","lust ","are ","do ","his ","ly","arm ","dream ","his ","ly","as ","dress ","honey ","ly","as ","drive ","hot ","ly","as ","drool ","how ","mad","as ","drunk ","I ","man ","ask ","eat ","I ","me","at ","ed ","I ","me","at ","ed ","I ","me","at ","ed ","if ","mean ","away ","ed ","in ","mea
@rnagella
rnagella / ViewController.swift
Created October 9, 2014 01:04
Bouncing Labels using swift - Animation, physics
//
// ViewController.swift
// Bouncing Labels
//
// Created by Ranjith Nagella on 10/6/14.
// Copyright (c) 2014 Ranjith Nagella. All rights reserved.
//
import UIKit
@rnagella
rnagella / ViewController.swift
Last active March 8, 2017 05:04
Example of how to convert swift String to Double
//
// ViewController.swift
// Area Calculator
//
// Created by Ranjith Nagella on 10/7/14.
// Copyright (c) 2014 Ranjith Nagella. All rights reserved.
//
import UIKit