Commit graph

11 commits

Author SHA1 Message Date
Renée Kooi
10bc79574e
lerna link convert (#1730)
* lerna link convert

* ci: use npm ci

* update lockfile

* companion: set `bin` to source file

Since typescript doesn't actually transform anything, we can just use
this.

In a next major version we could set `noEmit: true` in the tsconfig and
stop publishing `lib`.

* companion: do chmod +x on start-server.js

* build: remove obsolete lerna config

* build: explicitly install latest versions when building e2e tests for ci

* Remove versions from private packages

* fix regex

* try fix

* ci: force npm to install to endtoend folder

* ci: fold up e2e build output

* Update netlify deploy preview command

* Remove mentions of npm run bootstrap

* Edit .github/CONTRIBUTING.md instead

* companion: add proxy executable

* companion: fix publish

* Downgrade jest to appease create-react-app
2019-07-19 12:16:36 +02:00
Ifedapo Olarewaju
07556c999c rn-expo: add custom file reader example for tus 2019-04-24 14:53:52 +01:00
Artur Paikin
22a4abbf07 Update React Native example to use @uppy@0.30.5 (#1469)
* Fallback when icon is not available to prevent crashing

* react native tus fingerprint is now built into @uppy/tus@0.35.5, removing from example

//cc @ifedapoolarewaju @kvz

* update to @uppy@0.35.5
2019-04-23 09:47:28 +02:00
Artur Paikin
b6020b5d55 add @uppy/react-native as a dependency to the example 2019-04-18 16:12:46 +03:00
Artur Paikin
56e3520849 add preact-render-to-string and react-native-svg-uri 2019-04-10 18:25:06 +03:00
Artur Paikin
8a7caabd31 update uppy dependencies 2019-04-05 15:34:42 +03:00
Artur Paikin
457718ab4d update deps 2019-03-15 13:49:28 +03:00
Artur Paikin
6ebd5b40e2 update @uppy versions 2019-03-13 19:21:17 +03:00
Artur Paikin
e94d1c0b5f add Instagram 2019-02-28 19:39:58 +03:00
Artur Paikin
8487b28f87 Add provider dummy grid screen using react-native-super-grid and FlatList 2019-02-11 16:21:04 +03:00
Artur Paikin
24e9ab57bd Refactor file-picker, add local providers 2018-12-19 15:45:48 +03:00