Remove ee/readme
This commit is contained in:
parent
be40312fe6
commit
2e67b8d100
|
@ -1,4 +0,0 @@
|
|||
### How to remove ee folder
|
||||
|
||||
If you're willing to remove Enterprise Edition features from your app, follow this diff:
|
||||
https://github.com/RocketChat/Rocket.Chat.ReactNative/compare/develop...no-ee?expand=1
|
|
@ -18,8 +18,6 @@ import inviteLinks from './inviteLinks';
|
|||
import createDiscussion from './createDiscussion';
|
||||
import enterpriseModules from './enterpriseModules';
|
||||
|
||||
import inquiry from '../ee/omnichannel/reducers/inquiry';
|
||||
|
||||
export default combineReducers({
|
||||
settings,
|
||||
login,
|
||||
|
|
|
@ -58,8 +58,6 @@ import StatusView from '../views/StatusView';
|
|||
import ShareView from '../views/ShareView';
|
||||
import CreateDiscussionView from '../views/CreateDiscussionView';
|
||||
|
||||
import QueueListView from '../ee/omnichannel/views/QueueListView';
|
||||
|
||||
// ChatsStackNavigator
|
||||
const ChatsStack = createStackNavigator();
|
||||
const ChatsStackNavigator = () => {
|
||||
|
|
|
@ -54,8 +54,6 @@ import CreateDiscussionView from '../../views/CreateDiscussionView';
|
|||
import { setKeyCommands, deleteKeyCommands } from '../../commands';
|
||||
import ShareView from '../../views/ShareView';
|
||||
|
||||
import QueueListView from '../../ee/omnichannel/views/QueueListView';
|
||||
|
||||
// ChatsStackNavigator
|
||||
const ChatsStack = createStackNavigator();
|
||||
const ChatsStackNavigator = React.memo(() => {
|
||||
|
|
Loading…
Reference in New Issue