https://github.com/d-coder135/updatenameapp_classcomponent_react-native
This repo contains a hybrid application build using React-Native and JavaScript.
https://github.com/d-coder135/updatenameapp_classcomponent_react-native
expo-cli expo-client hybrid-application hybrid-apps javascript javascript-applications javascript-framework nodejs npm-module react react-native reactjs vsc vscode
Last synced: 10 months ago
JSON representation
This repo contains a hybrid application build using React-Native and JavaScript.
- Host: GitHub
- URL: https://github.com/d-coder135/updatenameapp_classcomponent_react-native
- Owner: D-Coder135
- Created: 2021-07-10T16:52:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-10T17:49:00.000Z (over 4 years ago)
- Last Synced: 2025-02-16T11:24:08.811Z (about 1 year ago)
- Topics: expo-cli, expo-client, hybrid-application, hybrid-apps, javascript, javascript-applications, javascript-framework, nodejs, npm-module, react, react-native, reactjs, vsc, vscode
- Language: JavaScript
- Homepage:
- Size: 275 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UpdateNameApp_ClassComponent_React-Native
## This is a hybrid-application build using React-Native and JavaScript. This application updates the Name using Class component. As soon as the user provides a new Name in the TextInput tag and presses the Update Name button, the name gets updated. The code for the application is written in JavaScript Language with the use of the React-Native framework.
### Topics I covered while building the application:-
- React-Native Class Components.
- React-Native state variables.
- setState() function in React-Native
- Internal and Inline Styling In React-Native.
- TextInput component in React-Native.
- Call back and Anonymous functions in React-Native.
- Button Component In React-Native.