2
0
mirror of synced 2025-02-08 20:45:13 +00:00

1353 Commits

Author SHA1 Message Date
Jose Pablo Rocha, Jr
6d31320686
Set NSNumber to nonnull for storage config calls
Made change requested by Chris Bianca via Discord chat. New versions of react-native requires that all NSNumber arguments are explicitly marked as `nonnull` to ensure compatibility with Android.

Only changed for a few storage methods. The other method exports with NSNumber will probably need to be updated as well, but I did not have a project setup to test them.
2018-01-07 15:09:40 -06:00
Chris Bianca
93a5c2939e 3.2.1 v3.2.1 2018-01-07 20:05:37 +00:00
Chris Bianca
fffdc77471 Add || exit 0 to open collective postinstall 2018-01-07 20:05:20 +00:00
Elliot Hesp
f4d29b9136 [auth] Fix incorrect languageCode test 2018-01-06 15:17:59 +00:00
Elliot Hesp
a8896bc9b8 [auth] Add language code tests 2018-01-06 15:14:49 +00:00
Elliot Hesp
9ea0a5cc7f [auth] Move useDeviceLanguage to unsupported method 2018-01-06 15:14:11 +00:00
Elliot Hesp
f970d882ba Ignore atlassian-ide-plugin 2018-01-06 14:48:07 +00:00
Elliot Hesp
9d47709ffa Merge with master 2018-01-06 14:47:11 +00:00
Ardavan Kalhori
74d614ad43
Fixed: attempt to insert nil object from objects[0]
Fixed the issue that was causing a crash in my application:

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]'
*** First throw call stack:
(
	0   CoreFoundation                      0x000000011310e12b __exceptionPreprocess + 171
	1   libobjc.A.dylib                     0x00000001127a6f41 objc_exception_throw + 48
	2   CoreFoundation                      0x000000011314e0cc _CFThrowFormattedException + 194
	3   CoreFoundation                      0x0000000113022951 -[__NSPlaceholderDictionary initWithObjects:forKeys:count:] + 321
	4   CoreFoundation                      0x00000001130227db +[NSDictionary dictionaryWithObjects:forKeys:count:] + 59
	5   Mesghal                             0x000000010ace08c2 sendDynamicLink + 226
	6   Mesghal                             0x000000010ace0d0f __71+[RNFirebaseLinks application:continueUserActivity:restorationHandler:]_block_invoke + 447
	7   libdispatch.dylib                   0x0000000113fcd2f7 _dispatch_call_block_and_release + 12
	8   libdispatch.dylib                   0x0000000113fce33d _dispatch_client_callout + 8
	9   libdispatch.dylib                   0x0000000113fd95f9 _dispatch_main_queue_callback_4CF + 628
	10  CoreFoundation                      0x00000001130d0e39 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
	11  CoreFoundation                      0x0000000113095462 __CFRunLoopRun + 2402
	12  CoreFoundation                      0x0000000113094889 CFRunLoopRunSpecific + 409
	13  GraphicsServices                    0x00000001154d29c6 GSEventRunModal + 62
	14  UIKit                               0x000000010f60b5d6 UIApplicationMain + 159
	15  Mesghal                             0x000000010a6b688f main + 111
	16  libdyld.dylib                       0x000000011404ad81 start + 1
)
2018-01-05 16:43:02 -08:00
Chris Bianca
d1f2b3fcfa [internals][types] Fix a couple of minor issues 2018-01-05 18:23:38 +00:00
Chris Bianca
80cb54ee6d [internals][types] Last part of internal refactor; Got rid of remaining flow errors 2018-01-05 17:20:10 +00:00
Elliot Hesp
1b7c6dd8a4
Merge pull request #724 from krystofcelba/typescript-fabric-crashlytics
[typings][typescript] Add missing types for Crashlytics
2018-01-04 08:47:03 +00:00
Krystof Celba
a80748bfbf [typings][typescript] Add missing types for Crashlytics 2018-01-04 03:39:10 +01:00
Chris Bianca
40125d8eb6 Merge branch 'internals-refactor' 2018-01-03 20:01:16 +00:00
Chris Bianca
0fe2fec819 [internals] More tidy up and hiding of internal functions 2018-01-03 20:00:38 +00:00
chrisbianca
226c94c906
Update ISSUE_TEMPLATE.md with links to Discord and SO 2018-01-03 09:09:02 +00:00
Chris Bianca
1f29354145 [internals] Fix a couple of missing log references 2017-12-27 15:29:38 +00:00
Chris Bianca
61d7c3b2eb [internals] Move native events to individual modules to make it easier to see the relationship 2017-12-22 15:57:33 +00:00
Chris Bianca
f2c2007fdc [internals] Start refactoring some of the internals to simplify, tidy up and also reduce flow type pollution 2017-12-22 15:24:31 +00:00
Chris Bianca
1a35d8a7b5 Remove unnecessary configuration files from npm build #698 2017-12-21 09:31:46 +00:00
Chris Bianca
10ca69c307 Update README.md 2017-12-15 18:17:43 +00:00
Chris Bianca
92ae311ed1 [ios] Final header fix for crashlytics v3.2.0 2017-12-15 17:16:32 +00:00
Chris Bianca
57a23e4263 3.2.0 2017-12-15 17:09:11 +00:00
Chris Bianca
c8d82207f4 [crashlytics][ios] Fix a couple of minor issues 2017-12-15 17:04:11 +00:00
Chris Bianca
865944d9a9 [ios][links] Remove warning for dynamic links 2017-12-15 16:09:02 +00:00
Chris Bianca
2dcb84c327 [ios] Add Fabric and Crashlytics search paths 2017-12-15 16:04:54 +00:00
Chris Bianca
3a497fa1a2 [ios] Update podspec location to resolve RN 0.50+ install issues 2017-12-15 15:14:05 +00:00
Chris Bianca
4c75e188f7 [firestore][typings] A few tweaks to match documentation 2017-12-15 11:46:37 +00:00
Chris Bianca
a03c445e0c [auth] Add support for state in email actions 2017-12-07 12:36:51 +00:00
Chris Bianca
b099d13730 [firestore][tests] Add another test case for #568 2017-12-07 11:06:27 +00:00
Chris Bianca
efeb24d168 [crashlytics] Add first version of crashlytics functionality 2017-12-06 17:25:17 +00:00
Chris Bianca
e697f11641 [typings] Fix some admob type issues 2017-12-06 16:42:21 +00:00
Chris Bianca
9a9a7d47aa Merge branch 'master' into flow-tidy-up 2017-12-06 10:28:13 +00:00
Chris Bianca
f96e673683 [typings] Fix incorrect path 2017-12-06 08:59:00 +00:00
Chris Bianca
4646c6723d [typings] Make sure Typescript typings are copied correctly 2017-12-06 08:56:06 +00:00
Michael Diarmid
bb1a06575d
Merge pull request #665 from invertase/revert-664-master
Revert "iOS Dynamic Links now 'Survive' installation."
2017-12-04 23:08:20 +00:00
Michael Diarmid
c9a8b4e1b1
Revert "iOS Dynamic Links now 'Survive' installation." 2017-12-04 22:54:45 +00:00
Michael Diarmid
fd5ad26079
Merge pull request #664 from Codeseer/master
iOS Dynamic Links now 'Survive' installation.
2017-12-04 21:48:32 +00:00
Scott Adams
9845a51f10 iOS Dynamic Links now 'Survive' installation. 2017-12-04 14:24:44 -05:00
Chris Bianca
19cec2cd8b Better flow config to remove unrelated errors 2017-12-04 12:07:41 +00:00
Michael Diarmid
ba79167c7f
Merge pull request #662 from lecramfriedrich/master
add smartbanner landscape for iOS
2017-12-03 21:37:33 +00:00
Marcel Friedrich
22ace9e3ed add smartbanner landscape for iOS 2017-12-03 19:15:26 +01:00
fr1n63
fd3f316e09
Add || exit 0 to opencollective
https://github.com/opencollective/opencollective-postinstall

Why || exit 0 in scripts.postinstall?
Since we are adding the dependency in devDependencies, the script ./node_modules/.bin/opencollective-postinstall won't be installed in production. Therefore, the postinstall script will return an error and will interrupt the npm install process. Adding || exit 0 makes sure that this postinstall script always returns true.
2017-12-01 17:10:05 +00:00
Elliot Hesp
7cfcb4efa0 [auth] Update typescript 2017-11-30 12:56:28 +00:00
Elliot Hesp
c736a6bb51 [auth][ios] Add app language constants 2017-11-30 12:08:12 +00:00
Elliot Hesp
0083ef7a66 [auth][android] Add languageCode getter 2017-11-30 11:41:40 +00:00
Elliot Hesp
e452f514a3 [utils] Allow _native to return statics 2017-11-30 11:27:59 +00:00
Elliot Hesp
fb8c08c7f6 [auth] Remove unnecessary return 2017-11-30 10:56:01 +00:00
Elliot Hesp
b266a04510 [auth][ios] Add auth language methods 2017-11-30 10:17:04 +00:00
Elliot Hesp
8511705d8e [auth][android] Add methods to set the auth language via code or device language 2017-11-30 10:02:01 +00:00