Matevž Poljanc
db485fd27b
[expo] Add BackgroundFetch and fix bug with Location.startLocationUpdatesAsync ( #34987 )
...
* Add BackgorundFetch and fix function name in Location namespace
* Add missing options to Location.startLocationUpdatesAsync function
2019-04-30 10:16:24 -07:00
Simen Bekkhus
7a58d1bee8
[expo] re-export types from RN SVG ( #34672 )
2019-04-18 16:15:13 -07:00
girishjjain
ee43d3eb16
Add playThroughEarpieceAndroid option to AudioMode.
2019-04-05 15:41:46 -05:00
Simen Bekkhus
1a24c8e797
[expo] correct typo in svg common props
2019-03-22 11:53:41 +01:00
Julian Hundeloh
568243ce70
[expo] fix: adjust WebBrowser types ( #33869 )
...
* fix: adjust WebBrowser types
See official types here: https://github.com/expo/expo/blob/master/packages/expo-web-browser/src/WebBrowser.ts
Or here in the docs: https://docs.expo.io/versions/v32.0.0/sdk/webbrowser/ (e.g., not "dimissed" but "dimiss" instead)
* fix: add tests
* fix: update test
* fix: change type to interface
2019-03-14 11:33:06 -07:00
Mattias Sämskar
5e9a081b54
Add definitions for Expo SplashScreen ( #33766 )
2019-03-11 10:58:09 -07:00
vinitsood
e19962e533
Update index.d.ts
2019-03-07 22:38:47 +01:00
vinitsood
b809f105b5
Update index.d.ts
2019-03-07 22:32:16 +01:00
Vinit Sood
6b5fa0f709
add definitions for ScreenOrientation and AppLoadingProps
2019-03-07 21:34:08 +01:00
Nathan Shively-Sanders
0548eac02d
Merge pull request #33591 from fhelwanger/expo-localization
...
[expo] Add Localization
2019-03-04 13:56:12 -08:00
fhelwanger
83d99d609d
[expo] Add Localization
2019-03-04 17:49:48 -03:00
fhelwanger
8ddaea3e6f
[expo] Add Accuracy enum
2019-03-04 17:24:19 -03:00
William Candillon
764d5f0c2f
Update expo-tests.tsx
2019-02-19 21:43:15 +01:00
William Candillon
856ce04bf0
Update index.d.ts
2019-02-17 08:24:16 +01:00
William Candillon
cf32e37644
Fix incorrectly typed crop action
2019-02-17 08:15:45 +01:00
Mine Starks
7c05c5f9a6
Merge pull request #32990 from VincentLanglet/patch-1
...
[React] Allow to use ReactElement without Props
2019-02-13 08:57:31 -08:00
Nathan Shively-Sanders
077cfc9ee6
Merge branch 'master' into update-project-urls
2019-02-12 16:21:33 -08:00
Nathan Shively-Sanders
7835b1c0f4
Updates through flexmonster
2019-02-12 10:40:37 -08:00
Vincent Langlet
1a07ffda4e
Fix lint
2019-02-12 14:01:30 +01:00
Nathan Shively-Sanders
f0ce987bc1
Update project urls to match NPM url
...
Note that this *trivially* updates project urls by adding the NPM url to
the end, even when the urls are almost identical or the DT one is
outdated. I'll clean up the urls in a later commit.
This PR is unfinished! Please do not merge it yet.
2019-02-11 17:10:55 -08:00
Tomo Krajina
112c77afa2
Typoo rowAffected -> rowsAffected
...
From the documentation <https://docs.expo.io/versions/latest/sdk/sqlite/ >
ResultSet objects:
{
insertId,
rowsAffected,
rows: {
length,
item(),
_array,
},
}
2019-02-10 18:47:53 +01:00
Armando Aguirre
5d77f5e51f
Merge pull request #32002 from satya164/@satya164/expo
...
Add type definitions for expo 31 and expo 32
2019-02-05 14:06:34 -08:00
Satyajit Sahoo
fa571007ef
Update Expo APIs for SDK 32
2019-02-05 10:54:19 +01:00
Satyajit Sahoo
a20d5543e6
Update Expo APIs for SDK 31
2019-01-27 19:04:51 +01:00
tell-y
77bdd906d2
add rx and ry props to Svg.Rect
2019-01-27 00:29:03 +09:00
Marcel Cutts
db390db016
Change only sig, turned off prettier
2019-01-15 09:27:04 +00:00
Jason Killian
3ad75fac4d
[expo] Add types for SecureStore keychain item accessibility constants ( #31840 )
...
* [expo] Add types for SecureStore constants
* add use of keychainService; improve options types for getItemAsync and deleteItemAsync; test all SecureStore constants
2019-01-06 11:07:43 -08:00
J. K. Ward
44b33a09c5
Location.geocodeAsync should return an array ( #31781 )
...
According to the docs, this method returns an array of Coords: https://docs.expo.io/versions/v31.0.0/sdk/location .
2018-12-31 08:03:53 -08:00
Bartosz Dotryw
4896d4d534
[expo] Back to optional
2018-12-23 11:39:23 +01:00
Bartosz Dotryw
40c2dd889d
[expo] Fix method
2018-12-22 15:33:18 +01:00
Bartosz Dotryw
c2ae69998c
[expo] Fix letter case
2018-12-22 02:53:24 +01:00
Bartosz Dotryw
e02c83f411
[expo] Contacts refactor and update to match SDK 31
2018-12-22 02:36:32 +01:00
Bartosz Dotryw
4e3d291500
[expo] Add SMS Permissions
2018-12-21 11:29:55 +01:00
Bartosz Dotryw
249ac80428
[expo] Update Permission typings to match SDK31 docs
2018-12-21 04:31:20 +01:00
Bartosz
c6718d492b
[expo] Add NotificationChannel functions from sdk 31 ( #31463 )
...
* [expo] Added notification channel functions
* Fix wrong parameter from previous commit
* [expo] remove Notification param that does not exist in docs
* Revert "[expo] remove Notification param that does not exist in docs"
Actually, this param exists in expoSDK code,
although it's not mentioned in docs.
This reverts commit 2dd2f5b55d07f313191fa43d40418cb7ec3ac0e0.
2018-12-19 10:00:14 -08:00
Jan Aagaard
1429a24de9
Import react-native-maps through expo
2018-12-11 21:55:49 +01:00
Jan Aagaard
d7cbc4c005
Use react-native-maps directly
2018-12-11 21:55:49 +01:00
Jan Aagaard
1b01b4ccbf
Add tests
2018-12-11 21:55:49 +01:00
Jan Aagaard
d329f5f969
mapview.d.ts => MapView.d.ts
2018-12-11 21:55:49 +01:00
Jan Aagaard
c8601916c7
mapview => MapView
2018-12-11 21:55:49 +01:00
Jan Aagaard
ad5c527719
Rename mapview.d.ts to MapView.d.ts
2018-12-11 21:55:49 +01:00
Jan Aagaard
48efd3e255
Add type definitions for MapView
2018-12-11 21:55:49 +01:00
Jan Aagaard
6206d4560f
Sort imports
2018-12-11 21:55:49 +01:00
Jan Aagaard
5ba0e0c163
Remove unused imports
2018-12-11 21:55:49 +01:00
Pavel
675bc38625
Fix build errors
2018-11-27 23:03:24 +01:00
Pavel
6edec833a2
Add new Expo type definitions from official docs
2018-11-27 22:41:31 +01:00
levan basharuli
15e5857298
added expo verion 31.0
2018-11-21 02:31:15 +04:00
levan basharuli
f2b6c010d2
added expo/ImageManipulator.manipulateAsync
2018-11-21 02:07:57 +04:00
molsson
1d8c20dc7d
svg: Add missing Svg property "preserveAspectRatio" ( #30618 )
2018-11-18 09:04:09 -08:00
Dhaifallah Alwadani
b007f98951
Expo - rename Fingerprint to LocalAuthentication ( #29823 )
...
* Expo - rename Fingerprint to LocalAuthentication
With Expo V30.0.0, Fingerprint has been renamed to LocalAuthentication.
* move v27 to its own subfolder
* update version in tsconfig path
* [tslint] add new line
2018-10-18 08:43:44 -07:00