Closed detroit007 closed 4 years ago
@detroit007 try to wipe data from emulator and that start again Seems like it's not library error
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Steps to Reproduce
it's totally not able to find style variable I deleted all of them just until there is only one on the page but still, that one style variable showing error.
Expected Behavior
Actual Behavior
ReferenceError: Can't find veriable: style This error is located at: in App(at renderApplication.js:40) in RCTView (at AppContainer.js:101) in RCTView (at AppContainer.js:119) in AppContainer(at renderApplication.js:39)
Show the code
import React from 'react'; import { StyleSheet, View, Text, Button, TouchableOpacity, } from 'react-native';
import DefaultInputText from './components/DefaultInputText';
const App: () => React$Node = () => { return (
); }; const styles = StyleSheet.create({
export default App;
Environment
I am using Ubuntu with Android Studio, how do I style my page now. help!