Skip to content

Commit

Permalink
Update to expo cli (#23)
Browse files Browse the repository at this point in the history
* out with the old

* clean

* updated changes
  • Loading branch information
hdsenevi authored Dec 31, 2022
1 parent bc237fd commit b2b6ca6
Show file tree
Hide file tree
Showing 71 changed files with 6,668 additions and 17,886 deletions.
Binary file added .DS_Store
Binary file not shown.
6 changes: 0 additions & 6 deletions .buckconfig

This file was deleted.

4 changes: 0 additions & 4 deletions .eslintrc.js

This file was deleted.

73 changes: 0 additions & 73 deletions .flowconfig

This file was deleted.

1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

71 changes: 13 additions & 58 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,59 +1,14 @@
# OSX
#
.DS_Store

# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate

# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml

# node.js
#
node_modules/
npm-debug.log
yarn-error.log

# BUCK
buck-out/
\.buckd/
*.keystore
!debug.keystore

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/

*/fastlane/report.xml
*/fastlane/Preview.html
*/fastlane/screenshots

# Bundle artifact
*.jsbundle

# CocoaPods
/ios/Pods/
.expo/
dist/
npm-debug.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision
*.orig.*
web-build/

# macOS
.DS_Store
6 changes: 0 additions & 6 deletions .prettierrc.js

This file was deleted.

1 change: 0 additions & 1 deletion .watchmanconfig

This file was deleted.

22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,26 @@ Title says it all (well, most of it at least). This is a React Native text input

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Prerequisites

Make sure you can run a [vanilla React native app](https://facebook.github.io/react-native/docs/getting-started.html) before downloading to this repo if you want to run the example given here.

### Installing

A step by step series of examples that tell you have to get a development env running

Download this repo, go inside repo folder
Download repo
```
git clone https://github.com/hdsenevi/react-native-float-label-input
```

Go inside project folder
```
npm install
cd react-native-float-label-input
```

This will install all the npm packages necessary to run the react native build
Install dependancies
```
yarn
```

Run ios
```
react-native run-ios
yarn ios
```

## Author
Expand Down
14 changes: 0 additions & 14 deletions __tests__/App-test.js

This file was deleted.

55 changes: 0 additions & 55 deletions android/app/BUCK

This file was deleted.

Loading

0 comments on commit b2b6ca6

Please sign in to comment.