Let Expo/Webpack handle CSS assets (#3942)

* chore: handle built css assets

* chore: let prettier handle css code

* refactor: let webpack build css assets

* chore: prettier on bskyembed

* chore: touch empty.txt on css directory

* chore: do the same to the workflow
This commit is contained in:
Mary
2024-09-23 21:38:04 +07:00
committed by GitHub
parent 7e2456b906
commit 4e8d86db31
12 changed files with 440 additions and 769 deletions
+1
View File
@@ -1,5 +1,6 @@
import 'lib/sentry' // must be near top
import 'view/icons'
import './style.css'
import React, {useEffect, useState} from 'react'
import {KeyboardProvider} from 'react-native-keyboard-controller'