We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4821f25 commit 04f116dCopy full SHA for 04f116d
1 file changed
.github/scripts/compare-types/configs/firestore-pipelines.ts
@@ -23,14 +23,6 @@ import type { PackageConfig } from '../src/types';
23
const config: PackageConfig = {
24
nameMapping: {},
25
missingInRN: [
26
- {
27
- name: 'arrayFirst',
28
- reason: 'Newer firebase-js-sdk array expression helper not yet exposed by RN Firebase pipelines.',
29
- },
30
31
- name: 'arrayFirstN',
32
33
34
{
35
name: 'arrayIndexOf',
36
reason: 'Newer firebase-js-sdk array expression helper not yet exposed by RN Firebase pipelines.',
0 commit comments