Yogev Ben David

Results 7 issues of Yogev Ben David

type: accepted/enhancement

### Breaking change `layout.direction` is no longer needed as we can use react-native's I18n to detect the direction. **Examples** Forcing the layout direction: ```js I18nManager.forceRTL(true); ``` Syncing the layout direction...

platform: iOS
platform: Android
type: accepted/enhancement

platform: iOS
Infrastructure

```yml name: Enforce PR labels for Github Actions on: pull_request: types: [labeled, unlabeled, opened, edited, synchronize] jobs: enforce-label: runs-on: ubuntu-latest steps: - uses: yogevbd/enforce-label-action@master with: BANNED_LABELS: "banned" ```

banned

```yml name: Enforce PR labels for Github Actions on: pull_request: types: [labeled, unlabeled, opened, edited, synchronize] jobs: enforce-label: runs-on: ubuntu-latest steps: - uses: yogevbd/enforce-label-action@master with: REQUIRED_LABELS_ALL: "bug,enhancement,feature" ```

bug
enhancement
feature

```yml name: Enforce PR labels for Github Actions on: pull_request: types: [opened, labeled, unlabeled] jobs: enforce-label: runs-on: ubuntu-latest steps: - uses: yogevbd/enforce-label-action@master with: REQUIRED_LABELS_ANY: "bug,enhancement,feature" ```

enhancement