skip to Main Content

Config Tailwind in react native not working

i am new with react native and typescript. in this project i want to use the tailwind css and follow instruction at nativewind to config tailwind.config.js like this /** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./App.tsx", "./src/**/*.{js,jsx,ts,tsx}", ],…

VIEW QUESTION

React native – Fastlane could not find action or lane 'get_certificates'

I have a react-native app automatized in gitlab that was working well until yesterday that started showing this error: Could not find action or lane 'get_certificates'. Check out the README for more details: https://github.com/fastlane/fastlane/tree/master/fastlane +------+--------------------------+-------------+ | fastlane summary | +------+--------------------------+-------------+…

VIEW QUESTION
Back To Top
Search