I hereby claim:
- I am bilby91 on github.
- I am bilby91 (https://keybase.io/bilby91) on keybase.
- I have a public key ASDbvVuCPf5UeIHiEnB3-vNBjozPewB0c-OdTN2hWiCoMAo
To claim this, I am signing this object:
# Uncomment the next line to define a global platform for your project | |
source 'https://github.com/CocoaPods/Specs.git' | |
platform :ios, '9.0' | |
target 'Example' do | |
pod 'Yoga', path: '../node_modules/react-native/ReactCommon/yoga/Yoga.podspec' | |
pod 'React', path: '../node_modules/react-native' | |
pod 'react-native-twilio-video-webrtc', path: '../../' | |
end |
require 'json' | |
package = JSON.parse(File.read(File.join(__dir__, 'package.json'))) | |
Pod::Spec.new do |s| | |
s.name = 'react-native-twilio-video-webrtc' | |
s.version = package['version'] | |
s.summary = package['description'] | |
s.description = package['description'] | |
s.license = package['license'] |
➜ sdev.sh git:(improve-readme) ✗ sdev | |
Usage: sdev [options] [command] | |
This text should briefly mention what the application/library is about | |
Options: | |
-V, --version output the version number |
version: 1 | |
name: My Cool App | |
description: This text should briefly mention what the application/library is about | |
docker: | |
compose_file: docker/docker-compose.yml | |
tasks: | |
- name: server | |
description: Start the development server | |
command: yarn start | |
container: app |
#!/bin/bash | |
case "$1" in | |
server) | |
docker-compose -f docker/docker-compose.yml run --rm -p 8080:8080 yarn start | |
;; | |
build) | |
docker-compose -f docker/docker-compose.yml run --rm app yarn build | |
;; | |
test) |
I hereby claim:
To claim this, I am signing this object: