Is there an existing issue for this?
Describe the issue
We were internally using createCompileableStyle, i18nStyle, atomic, styleResolver from RNW but in version 0.18 This functions/files were depreciated. Do these functions still exist somewhere or renamed into something else?
Exact file paths before react-native-web@0.18
- react-native-web/dist/exports/StyleSheet/createCompileableStyle
- react-native-web/dist/exports/StyleSheet/i18nStyle
- react-native-web/dist/exports/StyleSheet/compile
- react-native-web/dist/exports/StyleSheet/styleResolver
Expected behavior
None
Steps to reproduce
None
Test case
none
Additional comments
Can see our implementation here
No response
Is there an existing issue for this?
Describe the issue
We were internally using
createCompileableStyle,i18nStyle,atomic,styleResolverfrom RNW but in version0.18This functions/files were depreciated. Do these functions still exist somewhere or renamed into something else?Exact file paths before react-native-web@0.18
Expected behavior
None
Steps to reproduce
None
Test case
none
Additional comments
Can see our implementation here
No response