UNPKG

@flyskywhy/react-native-gcanvas

Version:

A C++ native canvas 2D/WebGL component based on gpu opengl glsl shader GCanvas

50 lines (40 loc) 2.23 kB
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <resources> <string name="app_name">WEEX</string> <string name="navigation_drawer_open">Open navigation drawer</string> <string name="navigation_drawer_close">Close navigation drawer</string> <string name="action_settings">Settings</string> <string name="hello_blank_fragment">Hello blank fragment</string> <string name="title_activity_main2">Main2Activity</string> <string name="title_activity_wx_main">WXMainActivity</string> <string name="title_activity_splash">SplashActivity</string> <string name="dummy_button">Dummy Button</string> <string name="dummy_content">GCanvas</string> <string name="preferences_history_summary">Save History Automatically</string> <string name="preferences_history_title">Save History</string> <string name="cpu_not_support_tip">Sorry, your current device is x86 architecture.\n We only support arm architecture devices! </string> <string name="index_tip">Network Error!\n1.Make sure you use the command "npm run serve" launched local service\n2.Make sure you modify "your_current_ip" to your local IP in "WXMainActivity" </string> <string name="title_activity_dynamic">DynamicActivity</string> <string name="request_camera_permission">Camera access is required for QR code scanner.</string> <string name="camera_permission_refused">Camera permission request was denied, Can\'t able to start QR scan.</string> </resources>