History log of /expo/.swiftlint.yml (Results 1 – 8 of 8)
Revision Date Author Comments
# 66575f0b 08-Jun-2023 Tomasz Sapeta <[email protected]>

Update SwiftLint to 0.52.2 (#22801)


# ab91dd02 22-Mar-2023 aleqsio <[email protected]>

[expo-modules] Create local create-expo-module template (#21460)


# e870aeee 24-Feb-2023 Łukasz Kosmaty <[email protected]>

[menu] Reimplement the bottom sheet using native languages (#21268)

# Why

Closes ENG-7280.
Reimplemented the bottom sheet using native languages and removed reanimated from vendored modules.
B

[menu] Reimplement the bottom sheet using native languages (#21268)

# Why

Closes ENG-7280.
Reimplemented the bottom sheet using native languages and removed reanimated from vendored modules.
By doing that we improve the build speed.

# How

- On Android, I've used the material design bottom sheet. We may want to copy the implementation from the original repo to ours to avoid extra dependency.
- On iOS, I've copied the implementation from https://github.com/applidium/OverlayContainer. I managed to test a couple of different libraries and that one works the best with RN.

# Test Plan

- bare-expo on both platforms ✅

show more ...


# 998b32a0 28-Nov-2022 Tomasz Sapeta <[email protected]>

Update SwiftLint to 0.50.1 in code review CI action (#20238)


# b975e3fa 14-Oct-2022 Tomasz Sapeta <[email protected]>

[swiftlint] Require number separator only when the number has more than 4 digits


# f657683d 09-Aug-2022 Tomasz Sapeta <[email protected]>

[tools] Lint Swift files in automatic code review (#15639)


# aab54672 30-Dec-2021 Tomasz Sapeta <[email protected]>

[swiftlint] Exclude some paths from linting


# bf645134 22-Dec-2021 Tomasz Sapeta <[email protected]>

Add SwiftLint configuration (#15638)