• Stars
    star
    800
  • Rank 55,022 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 7 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

React Conf 2017 Companion App - built with React Native

React Conf 2017

The companion app for React Conf 2017 in Santa Clara, California. Powered by React Native, and built in Sydney by Thinkmill.

Supported by Thinkmill

Find it on the iOS App Store here!

Find it on Google Play here!

Get a live schedule, information about the talks and speakers, and easily tweet or share talks as they happen.

About the App

We're open sourcing this app so everyone can see how we built it, and contribute to making it better.

There will be design tweaks and updates as we lead up to the conference - we'll also be publishing the final Sketch files when they're ready.

PRs and feedback are welcome, let us know what you think!

And for those of you who will be attending, we hope you enjoy the app, and we'll see you there.

Getting Started

To run the app, clone this repo then:

iOS

  1. Use yarn to install the dependencies.
  2. Open the project in XCode and click the run button. You should be good to go!

Android

The Android build requires a Google Maps API key for the map component. You can get one here.

Once you have an API key, you'll need to add it to the build. We use Android's string handling to get it into the app. Create a file in android/app/src/main/res/values called google_maps_api_key.xml with these contents:

<resources>
    <string name="google_maps_api_key">[Your Google Maps API Key Here]</string>
</resources>

Then:

  1. Use yarn to install the dependencies.
  2. Either use react-native run-android or open the project in the android directory in Android Studio and click the run button.

Support / Contributing

If you have any trouble with the app, please open an issue to let us know!

Even better, help us improve it by forking and submitting a Pull Request.

Other Conferences?

We'd love to hear from anyone who wants to fork this app and customise it for other conferences. We've got some ideas about how to make it easier that we'd be happy to talk about if there's interest.

Credits

Thinkmill set aside some project time to build this app because we wanted to hack on a fresh React Native project, try some new things and we're excited about the conference.

The following people made it happen:

Also thanks to James Kyle for his review & contributions.

We've incorporated some cool tech including:

See package.json for the full set of react native packages we used.

License

MIT Licensed. Copyright (c) Thinkmill Pty Ltd 2017.

More Repositories

1

keystatic

First class CMS experience, TypeScript API, Markdown & YAML/JSON based, no DB
TypeScript
909
star
2

react-markings

**Markdown** in <Components/>, <Components/> in **Markdown**
JavaScript
882
star
3

manypkg

☔️ An umbrella for your monorepo
TypeScript
841
star
4

monorepo

📦 Thinkmill's Monorepo Style Guide
JavaScript
189
star
5

ts-gql

Write GraphQL queries with a gql tag in TypeScript -> have generated types
TypeScript
162
star
6

reacteu-app

ReactEurope TouchstoneJS Mobile App
Java
161
star
7

monorepo-starter

An example setup of how to do a monorepo, used in our monorepo 'getting started' guide
JavaScript
129
star
8

react-testing

Examples of how to test React.js applications
106
star
9

hyperterm-spacegray

Spacegray theme for hyperterm
JavaScript
81
star
10

magical-types

🔮 Document React components and other stuff typed with TypeScript magically
TypeScript
77
star
11

emery

💎 Polish for the rough parts of TypeScript
TypeScript
76
star
12

jest-expect-contain-deep

Assert deeply nested values in Jest
JavaScript
67
star
13

reacteu-api

ReactEurope KeystoneJS API Server
JavaScript
54
star
14

jest-fixtures

Use file system fixtures in Jest
JavaScript
39
star
15

design-system

🎨 Thinkmill's Design System Style Guide
31
star
16

graphql

🍇 Thinkmill's GraphQL Style Guide
31
star
17

reacteu-assets

24
star
18

changelogs-xyz

A place to see changelogs for any npm package
JavaScript
24
star
19

meetup-alternative

A free, open source, self-hosted alternative to meetup.com
JavaScript
18
star
20

graphql-ts

Type-safety for constructing GraphQL schemas in TypeScript
TypeScript
18
star
21

code-challenge

Monthly code challenges
JavaScript
17
star
22

magical-forms

TypeScript
14
star
23

keystone-forgotten-password

Keystone Password Reset Plugin for Keystone 4.0
JavaScript
13
star
24

markings

📝
TypeScript
12
star
25

elemental-ui

TypeScript
10
star
26

pragmatic-forms

A pragmatic approach to forms in React
JavaScript
10
star
27

keystatic-demo-landing-page

TypeScript
10
star
28

sydjs-keystatic

TypeScript
9
star
29

untitled-docs

📚
TypeScript
9
star
30

keystatic-demo-blog

TypeScript
8
star
31

manylicense

A node_modules license reporting tool for monorepos that use yarn workspaces.
JavaScript
8
star
32

keystatic-examples-knowledge-base

Roff
8
star
33

docsmill

TypeScript
7
star
34

react-conf-app-assets

Assets for the React Conf App
7
star
35

pyn

Rust
5
star
36

parse-toml-stream

Parse TOML files in streams chunked by [sections]
JavaScript
5
star
37

sweet-changelogs

What it says on the tin
JavaScript
4
star
38

keystatic-astro-test

TypeScript
4
star
39

node-worker

🎡 A simple, promise-based, worker framework.
JavaScript
3
star
40

auto-approve-action

A GitHub action to automatically approve(and dismiss approval) of PRs based on a condition
TypeScript
3
star
41

react-hooks

A Thinkmill guide to using React Hooks in frontent projects
TypeScript
3
star
42

keystone-experiments

JavaScript
3
star
43

badge

"Supported by Thinkmill" badge for READMEs
2
star
44

ui-performance

Testing ui performance
JavaScript
2
star
45

built-with-keystatic

A website showcasing projects built with Keystatic.
Astro
2
star
46

shed

🚲 Find all your bike shedding needs under one roof
JavaScript
2
star
47

changesets-publish-slack-action

TypeScript
2
star
48

barista-slack-integration

Slack integration to make coffee orders easy!
CSS
2
star
49

keystatic-manual-setup-demo

TypeScript
1
star
50

keystatic-starter-portfolio

TypeScript
1
star
51

keystatic-template-astro

Astro
1
star
52

eslint-config-thinkmill

Thinkmill standard code style config
1
star
53

pingpong-champion

A scoring app
JavaScript
1
star
54

heroku-buildpack-bolt

Shell
1
star
55

sftp-stream-test

Tests whether the response from an SFTP server is the same as the one from downloading a file directly with the request library.
JavaScript
1
star