monthly money
This commit is contained in:
@@ -3,6 +3,9 @@ import { registerRootComponent } from 'expo';
|
||||
|
||||
// Inject minimal global CSS and a small setNativeProps polyfill for web
|
||||
if (typeof document !== 'undefined') {
|
||||
document.documentElement?.setAttribute('translate', 'no');
|
||||
document.body?.setAttribute('translate', 'no');
|
||||
|
||||
const style = document.createElement('style');
|
||||
style.setAttribute('data-inline-global', 'true');
|
||||
style.innerHTML = `
|
||||
|
||||
Reference in New Issue
Block a user