Skip to content

Commit

Permalink
Merge pull request #1 from SimformSolutionsPvtLtd/develop
Browse files Browse the repository at this point in the history
Release v1.0.0
  • Loading branch information
mukesh-simform authored Jan 3, 2025
2 parents 00b2f1e + 6d27823 commit 6a72e08
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENCE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2024 Matthew Oakes
Copyright 2024 Simform Solutions

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:

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ const store = configureStore({
devTools: false,
middleware: (getDefaultMiddleware) => getDefaultMiddleware().concat(sagaMiddleware),
});
```
```

## 🎬 Preview
<a href="https://github.com/SimformSolutionsPvtLtd/redux-saga-devtools-expo-dev-plugin"><img alt="ReduxSagaDevTools" src="./redux-saga-devtools.png"> </a>
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "redux-saga-devtools-expo-dev-plugin",
"version": "1.0.0",
"description": "Expo DevTools Plugin for Redux Saga",
"homepage": "https://github.com/Krunal-K-SimformSolutions/redux-saga-devtools-expo-dev-plugin",
"description": "A React Native Redux Saga DevTool Plugin for Expo apps",
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/SimformSolutionsPvtLtd/redux-saga-devtools-expo-dev-plugin"
},
"homepage": "https://github.com/SimformSolutionsPvtLtd/redux-saga-devtools-expo-dev-plugin#readme",
"scripts": {
"build": "expo-module build",
"test:types": "expo-module tsc --noEmit",
Expand All @@ -20,12 +24,16 @@
"web:export": "cd webui && npm run export"
},
"keywords": [
"react",
"react-native",
"expo",
"devtools",
"redux",
"saga",
"redux-saga",
"plugin"
"plugin",
"typescript",
"rn"
],
"files": [
"build",
Expand Down
Binary file added redux-saga-devtools.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion webui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "redux-saga-devtools-expo-dev-plugin-webui",
"private": true,
"version": "0.0.1-private",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start --web",
Expand Down

0 comments on commit 6a72e08

Please sign in to comment.