Skip to content

Property 'fill' was whitelisted both as UI and native prop. Please remove it from one of the lists. #2395

Property 'fill' was whitelisted both as UI and native prop. Please remove it from one of the lists.

Property 'fill' was whitelisted both as UI and native prop. Please remove it from one of the lists. #2395

Workflow file for this run

name: Check for platforms
env:
YARN_ENABLE_HARDENED_MODE: 0
on:
issues:
types: [opened, edited]
jobs:
main:
if: ${{ github.repository == 'software-mansion/react-native-reanimated' && !contains(github.event.issue.labels.*.name, 'Maintainer issue') }}
runs-on: ubuntu-latest
concurrency:
group: platforms-${{ github.event.issue.number }}
cancel-in-progress: true
steps:
- name: Checkout Actions
uses: actions/checkout@v4
with:
repository: 'software-mansion-labs/swmansion-bot'
ref: stable
- uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install Actions
run: yarn install
- name: Platforms
uses: ./platforms
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
platforms-section-header: Platforms
platforms-comma-separated: true
platforms-with-labels: '{"Android": "Platform: Android", "iOS": "Platform: iOS", "Web": "Platform: Web"}'