Revision Date Author Comments
# 435bbba8 25-Sep-2022 Brent Vatne <[email protected]>

Re-export config-plugins from expo package and update docs (#18855)


# 3a421c96 06-Jan-2022 James Ide <[email protected]>

[lint] Add support for ESLint 8.x, bump to 10.0.0 (#15810)

Why
---
ESLint v8 came out awhile ago. This PR updates eslint-config-universe to support ESLint v8.

How
---
Most of the work was upd

[lint] Add support for ESLint 8.x, bump to 10.0.0 (#15810)

Why
---
ESLint v8 came out awhile ago. This PR updates eslint-config-universe to support ESLint v8.

How
---
Most of the work was updating dependencies and switching our tests to use `eslint.ESLint` instead of `eslint.CLIEngine`. Read through the changelog of each dependency and confirmed the breaking changes don't affect us (dropping Node 10 was the most common one).

Updated some deprecated ESLint rules that had been moved to eslint-plugin-node, a new dependency.

This is pretty much a drop-in change but I bumped the major version since several dependencies were upgraded and there was a slightly higher peer dep requirement for `@babel/core`.

Test Plan
---------
`yarn test` in the plugin directory

`et cp --no-uniformity-check --all --fix-lint`

show more ...


# 45f57828 14-May-2021 Charlie Cruzan <[email protected]>

Create app tracking transparency unimodule (#12857)

* create module

* cleanup

* create config plugin

* better method names

* add to GenerateDocsAPIData command

* remove types file

Create app tracking transparency unimodule (#12857)

* create module

* cleanup

* create config plugin

* better method names

* add to GenerateDocsAPIData command

* remove types file

* generate docs

* setup iOS project

* update NCL

* fix tests

* readme

* changelog

* fix lint for ncl

* re build

* update unimodule.json

* feedback

* docs again

* update docs and readme with feedback

* use NS_ASSUME_NONNULL

* rewrap comments, improve doc blocks

* regenerate docs data

* add isAvailable method

* fix tests

* add comment for node 14 upgrade

* update doc block for withTrackingTransparency

* make logic clearer; handle case where 'false' provided as string

* remove option to omit NSUserTrackingUsageDescription

* rebase and re pod install

* version for SDK 41

* re install pods

* Apply suggestions from tsapeta's code review

Co-authored-by: Tomasz Sapeta <[email protected]>

* podfile.lock

Co-authored-by: Tomasz Sapeta <[email protected]>

show more ...