/React-Native-Basic

A starter project exploring the basics of React Native

Primary LanguageJavaScript

React-Native-Basic

A starter project exploring the basics of React Native

Created By Daniel Burbach

Sections:

Lists

Built using React Hooks. Initial use of header, color use, and StyleSheets. Generation of list using map. Deletion of secondary list on click with use of a handler. Follows online tutorial.

Flexbox

A React-Native experimentation of Flexbox in React Native with StyleSheets layout.

Color Gradient

React-Native Animated gradient changer using an online tutorial. Utilizing expo-linear-gradient and record the previous gradient as well as the current list of gradients to allow for smooth transition, and a const called tweener to incorporate new Animated Values.

Further examples also may incorprate start and endpoint animations of gradients.

API Call

Using Fetch API and another online tutorial. This gathers set API data, uses a false authentication for example purposes, and maps a list of generated data in React Native.

Todo List

Built using React Hooks. This sets to state entered data (using a random.Math generated key id), displays set data in an ordered map list, and allows the user to delete entered (and button approved) list item on touch of item.

Technologies Used

React-Native, React, Expo, Jest, Expo-Linear-Gradient, and React-Native-Gesture-Handler.

Version

Beta v1.0

License(s)

Working Code is Licensed under the MIT license.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copyright 2019 Daniel Burbach