Skip to content

Commit

Permalink
Feat expo support (#4)
Browse files Browse the repository at this point in the history
* expo support

* expo support

* version upgrade to 3.2.4

* version upgrade to 3.2.5

* version upgrade to 3.2.6
  • Loading branch information
srfaytkn authored May 19, 2024
1 parent 1894255 commit f215d86
Show file tree
Hide file tree
Showing 107 changed files with 9,753 additions and 18,446 deletions.
6 changes: 6 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules/
lib/

index.js
babel.config.js
app.plugin.js
7 changes: 7 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
root: true,
extends: ["@react-native", "prettier"],
rules: {
"prettier/prettier": "error",
},
};
7 changes: 5 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
- name: Build
run: |
yarn install
yarn run prepare
- run: npm publish --provenance --access public
- name: Publish
run: |
cp README.md modules/react-native-admost/README.md
cd modules/react-native-admost
npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
1 change: 0 additions & 1 deletion .watchmanconfig

This file was deleted.

541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.1.cjs

This file was deleted.

10 changes: 0 additions & 10 deletions .yarnrc.yml

This file was deleted.

11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@
## Getting started

```shell script
$ npm install @charmy.tech/react-native-admost --save
$ yarn add @charmy.tech/react-native-admost
```

### Run Example Project
```shell
yarn install
cd example
yarn run prebuild
yarn run android -d
yarn run ios -d
```

### Android
Expand Down
3 changes: 0 additions & 3 deletions babel.config.js

This file was deleted.

2 changes: 0 additions & 2 deletions example/.bundle/config

This file was deleted.

39 changes: 39 additions & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files

# dependencies
node_modules/

# Expo
.expo/
dist/
web-build/

# Native
*.orig.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision

# Metro
.metro-health-check*

# debug
npm-debug.*
yarn-debug.*
yarn-error.*

# macOS
.DS_Store
*.pem

# local env files
.env*.local

# typescript
*.tsbuildinfo

.idea
ios
android
1 change: 0 additions & 1 deletion example/.watchmanconfig

This file was deleted.

File renamed without changes.
7 changes: 0 additions & 7 deletions example/Gemfile

This file was deleted.

124 changes: 0 additions & 124 deletions example/android/app/build.gradle

This file was deleted.

Binary file removed example/android/app/debug.keystore
Binary file not shown.
10 changes: 0 additions & 10 deletions example/android/app/proguard-rules.pro

This file was deleted.

9 changes: 0 additions & 9 deletions example/android/app/src/debug/AndroidManifest.xml

This file was deleted.

29 changes: 0 additions & 29 deletions example/android/app/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit f215d86

Please sign in to comment.